RE: [xml] DOM Parser + entities
- From: Murray Cumming Comneon com
- To: veillard redhat com
- Cc: xml gnome org
- Subject: RE: [xml] DOM Parser + entities
- Date: Wed, 15 Oct 2003 18:18:06 +0200
From: Daniel Veillard [mailto:veillard redhat com]
Sent: Mittwoch, 15. Oktober 2003 17:18
To: Murray Cumming Comneon com
The entity reference node types are XML_ENTITY_REF_NODE, and, from
looking at the source code, the nodes seem to be plain xmlNodes and
don't need to be casted to any other struct type.
So, 2 questions:
1. What useful things can I discover about this node other than the
name? Maybe nothing. I'm clueless.
Well an entity REF points though content to an entity DECL,
see xmlEntityPtr / struct _xmlEntity , after the usual
navigation fields you will find
Thanks. Does that mean that I should cast the xmlNode* (of type
XML_ENTITY_REF_NODE) to an xmlEntity* ?
Murray Cumming
www.murrayc.com
murrayc usa net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]