RE: [jira] Commented: (XERCESC-1395) error Ending delimiter miss ing on substitution building on Solaris

2005-04-04 Thread michael . d . adams
I downloaded the code last night so it is the latest version of xerces. When I run uname on my sun box I get the following output: SunOS pandora 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-60 I have now successfully now compiled xerces with gmake 3.8, gcc 3.3, and g++ 3.3 Thanks for your quick

Use Xerces to parse wsdl file

2005-04-04 Thread zhangxian 33234
Hi All, Now I am working on Xerces to support the X.694 of ITUT, mapping W3C XML schema definitions into ASN.1. I have finished it. And I have to do another work which is mapping a wsdl file to ASN.1. I got big problems that Xerces doesn't have the feature to support parsing wsdl. So I

RE: Use Xerces to parse wsdl file

2005-04-04 Thread Jesse Pelton
What feature is Xerces missing? According to http://www.w3.org/TR/2001/NOTE-wsdl-20010315, WSDL is an XML format, so Xerces should be able to parse well-formed WSDL documents. Of course, it won't understand the semantics of such documents, nor should it, as a general-purpose XML parser. This

RE: [jira] Commented: (XERCESC-1395) error Ending delimiter miss ing on substitution building on Solaris

2005-04-04 Thread david_n_bertoni
I downloaded the code last night so it is the latest version of xerces. When I run uname on my sun box I get the following output: SunOS pandora 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-60 I have now successfully now compiled xerces with gmake 3.8, gcc 3.3, and g++ 3.3 Thanks for