in reply to Re^2: XML parser error
in thread XML parser error
Switching to UTF-8 was to be done after and in addition to removing the <?xml?> directive from the included XML, if needed.
You'll definitely get that warning as long as the <?xml?> line is in the included XML due to the bug. I was trying to foresee and fix problems you might have after removing the directive. You might have problems parsing an included file without its <?xml?> directive if it's not encoded using UTF-8. You might have problems including a file into a document that has a different encoding than the included file (but probably not).
It's probably a good idea to use UTF-8 everywhere anyway, if you have a choice.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML parser error
by joeperl (Acolyte) on Jun 19, 2010 at 19:05 UTC | |
by ikegami (Patriarch) on Jun 19, 2010 at 19:20 UTC |