2:14p |
programming question: XML, DOM Is there a standard library, which exports and imports a Xerces DOM tree to and from memory buffer, which would preserve the tree structure? The idea is to parse the tree in C or C++ once, and then store the whole thing in a contiguous memory buffer. Xerces DOM tree definitely isn't BCS and I would want to avoid implementing a proprietary solution (I would much rather parse it again than dick around with a proprietary compacting algorithm).
DOES ANYONE KNOW ANYTHING RELEVANT? |