Re: [xml] simple XML parsing problem
- From: Luca Padovani <lpadovan CS UniBO IT>
- To: Olivier Michel <Olivier Michel cyberbotics com>
- Cc: xml gnome org
- Subject: Re: [xml] simple XML parsing problem
- Date: Thu, 13 Jun 2002 19:10:47 +0200 (CEST)
Hi.
On Thu, 13 Jun 2002, Olivier Michel wrote:
This is an \em{importtant} paragraph.\\
...
When I use xmlNodeListGetString() on PARA, I get "This is an
paragraph.". When I parse the xmlChildrenNode of the node PARA I find
the node EMPHASIS.
I guess you should scan the children of PARA one by one, and invoking the
desired transformation as you meet them. This way you encounter the
children in the same order as they appear in the source document.
luca
P.S> what about using XSLT (and libxslt => xsltproc)?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]