Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54416 > unrolled thread
| Started by | dieter <dieter@handshake.de> |
|---|---|
| First post | 2013-09-19 08:10 +0200 |
| Last post | 2013-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.
Re: lxml question -- creating an etree.Element attribute with ':' in the name dieter <dieter@handshake.de> - 2013-09-19 08:10 +0200
| From | dieter <dieter@handshake.de> |
|---|---|
| Date | 2013-09-19 08:10 +0200 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web