From: SourceForge.net <no...@so...> - 2003-04-21 11:53:24
|
Patches item #724953, was opened at 2003-04-21 14:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=724953&group_id=12999 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ephraim Vider (eff7) Assigned to: Nobody/Anonymous (nobody) Summary: new node types support Initial Comment: this patch adds ContentNode which is the base for all non-element type nodes. see XML_GET_CONTENT and XML_GET_LINE in libxml/tree.h for the logic in that. (the content pointer serves as line number in element). It is quite safe to return ContentNode as a default node type even if no specific types are defined. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=724953&group_id=12999 |