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


Groups > comp.lang.python > #54416 > unrolled thread

Re: lxml question -- creating an etree.Element attribute with ':' in the name

Started bydieter <dieter@handshake.de>
First post2013-09-19 08:10 +0200
Last post2013-09-19 08:10 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: lxml question -- creating an etree.Element attribute with ':' in the name dieter <dieter@handshake.de> - 2013-09-19 08:10 +0200

#54416 — Re: lxml question -- creating an etree.Element attribute with ':' in the name

Fromdieter <dieter@handshake.de>
Date2013-09-19 08:10 +0200
SubjectRe: lxml question -- creating an etree.Element attribute with ':' in the name
Message-ID<mailman.144.1379571060.18130.python-list@python.org>
Roy Smith <roy@panix.com> writes:

> But, how do I handle something like:
>
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance", since "xmlns:xsi" isn't a valid python identifier?

Read about "lxml"'s "namespace" support.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web