Is XMLNames.h == /DocFormats/core/src/names/DFXMLNames.h? (looks like it, just checking though)
Found in /incubator-corinthia/DocFormats/core/src/xml/DFDOM.h: DocFormats uses an in-memory representation of XML elements in which the name is replaced by a numeric *tag*. Each possible tag corresponds to a (namespace URI, local name) pair, which simplifies checking the types of elements to a simple integer comparison, rather than a complicated symbol resolution algorithm. Furthermore, these tags can optionally be declared as pre-defined constants, as in \ref XMLNames.h, enabling them to be used in switch statements --- which improves performance of code that has to check for many different element types. 1) Should that be changed, and if so, with full path or just the file name? 2) Also, are the \ref tags still wanted here? G -- Visit my Coding Diary: http://gabriela-gibson.blogspot.com/