Question
CFxml and Prolog
I used the attached code to generate an xml file. I then
validated the file here:
http://www.w3schools.com/Dom/dom_validate.asp
and tried things mentioned here:
http://forum.java.sun.com/thread.jspa?messageID=3605567&tstart=0.
There is nothing (at least that I can see) before <?xml
version="1.0" encoding="UTF-8"?> and there are no spaces or
extra white space in the xml file.
Yet I still get "Content is not allowed in prolog. " when I try to use xmlParse() on the file.
Thoughts? Thanks!
Yet I still get "Content is not allowed in prolog. " when I try to use xmlParse() on the file.
Thoughts? Thanks!
