Home Forums General XMetaL Discussion Resolve entity reference by code Reply To: Resolve entity reference by code

Derek Read

Reply to: Resolve entity reference by code

Our APIs are just following the W3C DOM (as noted in the Programmers Guide). The W3C DOM outlines the expected return values for different node types in a table on this page. See: The values of nodeName, nodeValue, and attributes vary according to the node type as follows
http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node-ENTITY_NODE

So, if you end up using an XML parser (or similar) that gives you what you need please let us know. Perhaps we could use its behaviour as a model.

Reply

Products
Downloads
Support