I have a CXML doc that gets passed to me through a form field. If I
remove the line "<!DOCTYPE cXML SYSTEM
"http://xml.cxml.org/schemas/cXML/1.1.009/cXML.dtd">" I can parse it
perfectly with CF. What can I do to be able to parse this correctly?


<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE cXML SYSTEM
"http://xml.cxml.org/schemas/cXML/1.1.009/cXML.dtd"> <cXML
payloadID="1073581676153.cisco.com.1073581676153"
timestamp="2004-01-08T09:07:56-08:00" version="1.1.009"
xml:lang="en-US"> <Header> <From> <Credential domain="DUNS">
<Identity>NA</Identity> </Credential> </From> <To> <Credential
domain="DUNS"> <Identity>NA</Identity> </Credential> </To> <Sender>
<Credential domain="cisco.com"> <Identity>www.cisco.com</Identity>
</Credential> <UserAgent>Cisco Ariba Service</UserAgent> </Sender>
</Header> <Message> <PunchOutOrderMessage> <BuyerCookie/>
<PunchOutOrderMessageHeader operationAllowed="edit"> <Total> <Money
currency="AUD">862.0</Money> </Total> </PunchOutOrderMessageHeader>
<ItemIn quantity="1"> <ItemID>
<SupplierPartID>FL-LAT16=</SupplierPartID>
<SupplierPartAuxiliaryID>1.0;C47765474;ALPL;484.0;CS4488629;QVFV</Suppli
erPartAuxiliaryID> </ItemID> <ItemDetail> <UnitPrice> <Money
currency="AUD">484.0</Money> </UnitPrice> <Description xml:lang="en">16
User LAT Terminal
License|1.0;C47765474;ALPL;484.0;CS4488629;QVFV</Description>
<UnitOfMeasure>EA</UnitOfMeasure> <Classification
domain="UNSPSC">81112201</Classification> </ItemDetail> </ItemIn>
<ItemIn quantity="3"> <ItemID> <SupplierPartID>FL-LAT4=</SupplierPartID>
<SupplierPartAuxiliaryID>2.0;C47765482;ALPL;126.0;CS4488629;QVFV</Suppli
erPartAuxiliaryID> </ItemID> <ItemDetail> <UnitPrice> <Money
currency="AUD">126.0</Money> </UnitPrice> <Description xml:lang="en">4
User LAT Terminal
License|2.0;C47765482;ALPL;126.0;CS4488629;QVFV</Description>
<UnitOfMeasure>EA</UnitOfMeasure> <Classification
domain="UNSPSC">81112201</Classification> </ItemDetail> </ItemIn>
</PunchOutOrderMessage> </Message> </cXML>


Thanks in advance,


- Gary
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to