Re: [xml] Question about parent/child (python-libxml2)
- From: Daniel Veillard <veillard redhat com>
- To: "W. Borgert" <debacle debian org>
- Cc: xml gnome org
- Subject: Re: [xml] Question about parent/child (python-libxml2)
- Date: Sun, 9 May 2004 15:39:47 -0400
On Sun, May 09, 2004 at 06:40:05PM +0000, W. Borgert wrote:
On Sun, May 09, 2004 at 01:40:53PM -0400, Daniel Veillard wrote:
Maybe I'm getting the terminology wrong. So forget about
apparently
"direct"... What I meant is: How can I get the exact
string "Then, shalt thou count to <emphasis>three</emphasis>,
no more, no less." from the node <para role="x">Then, shalt
thou count to <emphasis>three</emphasis>, no more, no
less.</para> without a second "three"? TIA!
the para node has a list of children. The childens are a doubly
linked list (prev/next) .
what you want is the serialization of that list. You can serialize
each children independantly and concatenate the result.
Daniel
--
Daniel Veillard | Red Hat Desktop team http://redhat.com/
veillard redhat com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]