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


Groups > comp.lang.python > #34885

Re: Create xml with elementtree ET and xml escaping

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: Create xml with elementtree ET and xml escaping
Date 2012-12-15 10:31 +0100
References <7caeb6db-41f9-4321-b172-f8ddb6a9ac6d@googlegroups.com> <mailman.740.1355256000.29569.python-list@python.org> <c5ba2f59-afa8-4715-bc4b-c34c5fbd4579@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.902.1355563883.29569.python-list@python.org> (permalink)

Show all headers | View raw


nenad.cikic@gmail.com, 12.12.2012 03:19:
> Il giorno martedì 11 dicembre 2012 20:59:54 UTC+1, MRAB ha scritto:
>>
>>> Since I have also the need to sign the XML I need the ability to create xml but without xml escaping (unescaped data are signed).
>>
>> XML with the escaping isn't valid XML.
> 
> Of course I know it is not valid without escaping. But I need it only for signing. I will recheck this if really the web service wants the data to be signed as non escaped.

If it expects non-XML, you should tell the owners of the web service so
that they can fix it.

Stefan

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


Thread

Create xml with elementtree ET and xml escaping nenad.cikic@gmail.com - 2012-12-11 09:47 -0800
  Re: Create xml with elementtree ET and xml escaping MRAB <python@mrabarnett.plus.com> - 2012-12-11 19:59 +0000
    Re: Create xml with elementtree ET and xml escaping nenad.cikic@gmail.com - 2012-12-11 18:19 -0800
      Re: Create xml with elementtree ET and xml escaping Stefan Behnel <stefan_ml@behnel.de> - 2012-12-15 10:31 +0100
    Re: Create xml with elementtree ET and xml escaping nenad.cikic@gmail.com - 2012-12-11 18:19 -0800

csiph-web