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


Groups > comp.lang.python > #10407

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

Message-ID <3550521.pXjxEX62BZ@PointedEars.de> (permalink)
From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Organization PointedEars Software (PES)
Date 2011-07-28 01:02 +0200
Subject Re: can I use element tree for handling special characters in xml text?
Newsgroups comp.lang.python
References <mailman.1533.1311765406.1164.python-list@python.org>
Followup-To comp.lang.python

Followups directed to: comp.lang.python

Show all headers | View raw


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.

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


Thread

can I use element tree for handling special characters in xml text? hackingKK <hackingkk@gmail.com> - 2011-07-27 16:46 +0530
  Re: can I use element tree for handling special characters in xml text? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-07-28 01:02 +0200

csiph-web