RE: [libxml++] DOM Parser + entities



Sorry, wrong list.

Murray Cumming
www.murrayc.com
murrayc usa net

> -----Original Message-----
> From: Cumming Murray (Comneon) 
> Sent: Mittwoch, 15. Oktober 2003 16:35
> To: libxmlplusplus-general lists sourceforge net
> Subject: [libxml++] DOM Parser + entities
> 
> 
> I'm using the DOM Parser, with replaceEntities=0 in the 
> parser context, so that the entity references appear in the 
> tree instead of being resolved automatically to text.
> 
> 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.
> 
> 2. I notice that these Entity Reference nodes have children. 
> The child node types are XML_ENTITY_DECL, but I can't see any 
> logic to it. Are these child nodes useful/meaningful.
> 
> Murray Cumming
> www.murrayc.com
> murrayc usa net
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program. 
> SourceForge.net hosts over 70,000 Open Source Projects. See 
> the people who have HELPED US provide better services: Click 
> here: http://sourceforge.net/supporters.php
> _______________________________________________
> Libxmlplusplus-general mailing list 
> Libxmlplusplus-general lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/libxmlplusplus-general
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]