>> The problem:
>> <xsd:text>test\ntest\ntest<{[£ EURO&%]}></xsd:text>

>If I had to make a guess, you need to escape the <, >, and &characters or else 
>they'll get parsed by the XML parser.  Try sending 
>"<xsd:text>test\ntest\ntest&lt;{[£ EURO&amp;%>]}&gt;</xsd:text>"

Yes it is the xml itself.

Putting the &amp; and also the &lt; I can make it work with the desire 
characters

So the result: test\ntest\ntest&lt;{[£&amp;€%]}>

Will print < and also &.

Thanks.
This email is confidential and may be subject to privilege. If you are not the 
intended recipient, please do not copy or disclose its content but contact the 
sender immediately upon receipt.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to