nenad.ci...@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.
>
Il giorno martedì 11 dicembre 2012 20:59:54 UTC+1, MRAB ha scritto:
> > Hello, I have posted the same in XML group but it seems pretty dead there
> > so I will repost here.
>
> >
>
> > I am new to xml processing in python.
>
> > I am looking to create XML. Xml is not too difficult so I thought
On 2012-12-11 17:47, nenad.ci...@gmail.com wrote:
Hello, I have posted the same in XML group but it seems pretty dead there so I
will repost here.
I am new to xml processing in python.
I am looking to create XML. Xml is not too difficult so I thought to create it
manually using ElementTree.
Fi
Hello, I have posted the same in XML group but it seems pretty dead there so I
will repost here.
I am new to xml processing in python.
I am looking to create XML. Xml is not too difficult so I thought to create it
manually using ElementTree.
First I noted that ET.toString does escape <>& but not