You can see that the specific complaint is blank ('') when I get this error. The first line of my xml file is:

<?xml version="1.0" encoding="UTF-8"?>

Which I gather is pretty much a standard.

I'm using a prefab script which gives me this output when I try to convert the XML file:

Something bad just happened. Here's some more information:
msgtype --> error
code --> 69
module --> Sablotron
URI --> http:/doc/dtd/StoreExport.dtd
line --> 1

msg --> unknown encoding ''

Any ideas where to start troubleshooting?

If I start with <?xml version="1.0"?> I get the same result. Also, I'm using php 4.3.10.

    The URI looks a bit odd - is that correct?

    (And of course declaring that the document is UTF-8 encoded is only valid if the document is UTF-8 encoded!)

      Hey, thanks so much. I just took out the URL and had no problems parsing after that (except getting it into the right csv format, but that's a different post). Thanks so much for getting me unstuck on that!

        Write a Reply...