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

Why Xerces can't parse a schema file like this?

2005-04-11 Thread zhangxian 33234
Hi, This is the content fo the file which Xerces can't parse. Can Xerces do it with configuring smoething? Thanks xsd:schema targetNamespace='http://www.chinatelecom.com.cn/schema/ctcc/common/v1_0' xmlns:ctcc_common_xsd='http://www.chinatelecom.com.cn/schema/ctcc/common/v1_0'

Re: Why Xerces can't parse a schema file like this?

2005-04-12 Thread zhangxian 33234
xsd:import ... schemaLocation='location of tmpfile1'/. Then I can parse tmpfile_2 succesfully. Zhangxian Hi, What errors do you see / what are you trying to do? Gareth zhangxian 33234 wrote: Hi, This is the content fo the file which Xerces can't parse. Can Xerces do