Small sample files that produce the error. XML Schema
|<?xml version="1.0" encoding="iso-8859-1"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="pur"> <xs:complexType> <xs:sequence> <xs:element name="File" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="Data" type="xs:string" minOccurs="1" maxOccurs="1"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> | XML Test FIle |<?xml version="1.0" encoding="iso-8859-1"?> <pur> <File>foo</File> <Data>bar</Data> </pur> | These file, and the large files I provided previously will validate correctly according to this tool. http://tools.decisionsoft.com/schemaValidate/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335275 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

