[thelist] XML problem

MarsHall evolt at MARSorange.com
Tue Nov 12 09:06:01 CST 2002


On Tuesday, Nov 12, 2002, at 06:16 US/Central, Stevenson Ngila wrote:
> <!---Dont cache this page--->
> <cfheader name="expires" value="#Now()#">
> <cfheader name="pragma" value="no-cache">
>
> <cfcontent type="text/xml">
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <?xml-stylesheet type="text/xsl" href="addDiscussionForm.xsl"?>
> ......SNIP......
> when i try to access it i get the error below:
> ......SNIP......
> What could be the problem?


Off-the-cuff, this XML doc is not well-formed: nothing should appear in
the document before the <?xml version="1.0" encoding="ISO-8859-1"?>
declaration, and outside of those top-level "<?xml" PI's, you should
have only one [root] element.

Is this actually the XML data that is transformed? It looks like maybe
ColdFusion does something with it first?

If you you supply us with the actual XML and XSL, then we might be able
to help.

Mars :)




More information about the thelist mailing list