if you are passing this in a form var, ala <input type="hidden" name="myXML" value="<?xml version="1.0" encoding="IS.....blah blah this is going to bomb.  Have to mind your ticks and quotes.  For quick approach that may get you by, us value='<?xml version="1.0" encoding="IS.....blah blah  Or  value="<?xml version='1.0' encoding='IS.....blah blah  


Doug

-----Original Message-----
From: chad [mailto:[EMAIL PROTECTED]
Sent: Friday, April 16, 2004 8:52 AM
To: CF-Talk
Subject: Re: ColdFusion and XML

I am not sure what type of encoding. The Xml I get has this.

<?xml version="1.0" encoding="ISO-8859-1"?>
  ----- Original Message -----
  From: Howard Fore
  To: CF-Talk
  Sent: Friday, April 16, 2004 8:11 AM
  Subject: Re: ColdFusion and XML

  What kind of encoding? Do you mean that the XML document you posted is
  the value of a form element, a textarea for instance, and you'd like to
  access the data in the XML document?

  --
  Howard Fore, Web Developer, Professional Career Development Institute
  [EMAIL PROTECTED], 770-729-8400, x5258

  On Apr 16, 2004, at 7:42 AM, chad wrote:

  > 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?
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to