I generated a cfm page that process a xml document that is submitted in a form. The problem is the XML document is encoded and it causes my cfm page to error out. Does anyone know how to decode an encoded xml page?

Here is the xml I am receiving

<?xml version="1.0" encoding="ISO-8859-1"?>
<upload table="INVOICE" franid="000" password="88888">
<record>
  <FranID>000</FranID>
  <InvoiceID>18647</InvoiceID>
  <CustomerID>12952</CustomerID>
  <NumGarments>0</NumGarments>
  <DryCleaning>0</DryCleaning>
  <Laundry>0</Laundry>
  <Alterations>3</Alterations>
  <ShoeRepair>0</ShoeRepair>
  <Other>0</Other>
  <DescrOther></DescrOther>
  <Surcharge>0</Surcharge>
  <Discount>0</Discount>
  <TotalSale>3</TotalSale>
  <Tax>0</Tax>
  <Total>3</Total>
</record>
</upload>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to