Hello, I hope my question is relevant to this list. I've tried the sample files with Xerces 1.2 and when I load the DOMCount or the SAXCount example, it shows that it takes 2 secs to parse the xml file. The xml file I used is the one from Xerces, personal-schema.xml. It seems to me that it takes too long to parse such a small file, if I need to create, send and receive XML file in my program and have to parse it, 2 secs each time would be too long. Anyone have any opinion on this? or maybe I'm doing something wrong?
Thanks in advance.