Working on a project that stores a lot of meta data in the document structure (backing store). This content is not mapped to page content. Using the various command utils ( i.e. IXMLElementCommands) to create IIDXMLElements one at a time really slows down processing.
I want to create a custom command to batch process creation of the IIDXMLElements using direct mutators. Having trouble figuring out how to actually create an IIDXMLElement and set it's tag.
Has anyone ever done this such successfully, if so would really love to see the code. Or if you have any suggestions to try please post them.
Thanks Mike