can I use element tree for handling special characters in xml text?

Thomas 'PointedEars' Lahn PointedEars at web.de
Wed Jul 27 19:02:13 EDT 2011


hackingKK wrote:

> I have been waiting a lot to ask this question and I did ask some days
> back but probably could not put it the proper way.

You still can't.  <http://www.catb.org/~esr/faqs/smart-questions.html>

But to spare everyone yet another try:

> I want to know how I can safely include special characters like & or >
> in xml text?

(I don't know what you want to know, so don't ask me that.)

You need CDATA sections for this.  That is not a Python problem.

You should get a real name.

-- 
PointedEars

Bitte keine Kopien per E-Mail. / Please do not Cc: me.



More information about the Python-list mailing list