Xlms namespace

Joaquin Alzola Joaquin.Alzola at lebara.com
Wed Apr 20 17:43:43 EDT 2016


>> 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<{[£ EURO&%>]}></xsd:text>"

Yes it is the xml itself.

Putting the & and also the < I can make it work with the desire characters

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

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.


More information about the Python-list mailing list