in reply to Re^3: XML parser error
in thread XML parser error

Hi,
Correct if my understanding is wrong.
You say that the UTF-8 can be used as below ?

<record xmlns:xi="http://www.w3.org/2001/XInclude" encoding="ISO-8859- +1"> <module type="record" name="module_a"> <data>data</data> <data>data</data> </module> </record>

Replies are listed 'Best First'.
Re^5: XML parser error
by ikegami (Patriarch) on Jun 19, 2010 at 19:20 UTC

    I have no idea what you are asking. Start by saying what problem you are trying to fix.

    But if that's really your XML's format and the encoding attribute specifies the encoding used, I can't help you. A scheme allows the encoding to change in the middle of the document is not only not valid, but so whacked out that I can't predict how it will behave.