xerces

Get schema data types from Xerces

I am using SAX2 in Xerces C++ and would like to get XML Schema data while I handle elements so that I know their type defined in the Schema. How can I accomplish this? ...

Overriding xercesc::DOMElement and DOMDocument

Hi , I am wokring on migration my project from xerces 1.4 to 3.1 version. xerces :1.4 You can call the function getElementsByTagName("tagName") on DOM_Element object . Now with xerces version 3.1 getElementsByTagName requires const XMLCh* as parameter. So in order to fix this issue simple solution would be as follows: const XMLCh*...

XML Catalog Resolving / resolver.jar vs com.sun.org.apache.xml.internal.resolver

Dear forum, what is the difference between the JDK contained import com.sun.org.apache.xml.internal.resolver.CatalogManager; and the one contained in the Apache Xerces project import org.apache.xml.resolver.tools.CatalogResolver; are there any benefits of using the latter for simple Catalog Resolving? From what I read on Wikipedia ...