I'm running the MemParse sample in the Xerces c++ download package. I know it can do what I need it to do but I can't expose the functionality that I need.
Rather than just parse out the number of elements, attributes, spaces and characters I need access to the element data. I need to capture the element name and its data, in the case of the sample, for element 'product' I need to capture the "XML4C" which is the data associated with product. I was hoping to find a getElement(), getAttribute(), or getData() function in one of the base classes but could not locate any. Any help would be appreciated. Ed Purdy "Minds are like parachutes, they only work when they're open" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
