Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #107429

RE: Xlms namespace

From Joaquin Alzola <Joaquin.Alzola@lebara.com>
Newsgroups comp.lang.python
Subject RE: Xlms namespace
Date 2016-04-20 21:43 +0000
Message-ID <mailman.42.1461201363.12923.python-list@python.org> (permalink)
References <HE1PR07MB135631A22E59C1644F33C569F06D0@HE1PR07MB1356.eurprd07.prod.outlook.com> <mailman.35.1461171872.12923.python-list@python.org> <c098c5b6-0091-448f-8538-5f1bcdf32f9a@googlegroups.com> <HE1PR07MB135679FC258CEB5208E78759F06D0@HE1PR07MB1356.eurprd07.prod.outlook.com>

Show all headers | View raw


>> 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.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Xlms namespace Joaquin Alzola <Joaquin.Alzola@lebara.com> - 2016-04-20 09:28 +0000
  Re: Xlms namespace sohcahtoa82@gmail.com - 2016-04-20 10:52 -0700
    RE: Xlms namespace Joaquin Alzola <Joaquin.Alzola@lebara.com> - 2016-04-20 21:43 +0000

csiph-web