hello, Am facing a problem when using the Xerces parser bundeled with xalan 2.7. when the xml is parsed, a version attribute is associated with every element in the xml. this version attribute has the value 1.0. my guessing is it is including the version from <?xml version="1.0">(am not sure though). Is this some problem with my parser settings or configurations? I have set the name space awareness and validation fields to true.
could u please let me know if am missing out something. thanks, hari