CFXML tag: Not well-formed xml output.

2006-11-10 Thread Walter Conti
A nudge in the right direction. The following code produces this error: The markup in the document following the root element must be well-formed. Select value_1, value_2, value_3 from myTable order by value_1 #value_1# #value_2# #value_3#

RE: CFXML tag: Not well-formed xml output.

2006-11-10 Thread Ben Nadel
anced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Walter Conti [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 3:21 PM To: CF-Talk Subject: CFXML tag: Not well-formed xml output. A nudge in the right direction.

Re: CFXML tag: Not well-formed xml output.

2006-11-10 Thread Rob Wilkerson
> > -Original Message- > From: Walter Conti [mailto:[EMAIL PROTECTED] > Sent: Friday, November 10, 2006 3:21 PM > To: CF-Talk > Subject: CFXML tag: Not well-formed xml output. > > A nudge in the right direction. > > The following code produces this error

Re: CFXML tag: Not well-formed xml output.

2006-11-10 Thread Josh Nathanson
ormat(). > > > .. > Ben Nadel > Certified Advanced ColdFusion MX7 Developer > www.bennadel.com > > Need ColdFusion Help? > www.bennadel.com/ask-ben/ > > > -Original Message- > From: Walter Conti [mailto:[EMAIL PROTECTED] > Sent:

Re: CFXML tag: Not well-formed xml output.

2006-11-10 Thread Walter Conti
Thanks everybody for your replies. As it happens sometimes, the most obvious was the culprit: some tags missing. Learn quite a bit from your intervention though!. And to close this topic let me ask how to change the standard XML declaration produced by CFXML from to I tried with preceedi

Re: CFXML tag: Not well-formed xml output.

2006-11-10 Thread Oğuz Demirkapı
And I would NEVER suggest to use it. :) Use Unicode wherever you can use. If your platform/program/solution do not work with it then change it, not the unicode part. :) Walter Conti wrote: > Thanks everybody for your replies. As it happens sometimes, the most obvious > was the culprit: some

RE: CFXML tag: Not well-formed xml output.

2006-11-10 Thread Dave Watts
> The following code produces this error: > The markup in the document following the root element must be > well-formed. > > ... > > > > > > #value_1# > #value_2# > #value_3# > > > Prior to CF 7, you can't include the XML declaration within CFXML. >

Re: CFXML tag: Not well-formed xml output.

2008-09-29 Thread Wayne Whitten
Fairly new to CF, and I realize this is an older thread but the same issue still applies. I'm using CF8 and IE6. I need the line in my XML output for IE to render it without the error ("An invalid character was found in text content..."). If I leave the line at the top I continue to get the