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.