Re: xml validation against a schema/DTD passed in as a string

2004-10-27 Thread Gareth Reakes
Hi, I don't have the 1.7 docs handy but I doubt you had that ability then. If you take a look at DOMBuilder in a recent version of xerces then you can call loadGrammar - 1 of the overloads takes a DOMInputSource as the schema source. Gareth Xiaofan Zhou wrote: Hi all, I am using Xerces c++

xml validation against a schema/DTD passed in as a string

2004-10-27 Thread Xiaofan Zhou
Hi all,   I am using Xerces c++ SAX parser to process xml file. I would like to validation the xml file against a DTD or Schema, however, the DTD or the schema is passed into my application as a string. Is this possible? I am still using xerces version 1.7. I don't see I can use any of the

XML Validation on the fly

2002-02-13 Thread Viral Khajuria
Hi, I have a couple of questions : 1) Which validation is faster, the DTD or the schema one (using xerces-c on Solaris) ? 2) Can I validate an XML document on the fly, against some xyz DTD. (without the DTD Filename specified in the XML) ? Please let me know. Thanks, Viral. -

xml validation

2002-02-05 Thread Bavishi, Pankij
Hello , I am trying to validate/parse the XML file using Xerces-C++. The c++ code was written to enable MSXML validate the XML file and I need Xerces to validate now. How should I go about it? I am new to parsing xml files. Please help. ---

xml validation

2002-02-05 Thread Bavishi, Pankij
Hello , I am trying to validate/parse the XML file using Xerces-C++. The c++ code was written to enable MSXML validate the XML file and I need Xerces to validate now. How should I go about it? I am new to parsing xml files. Please help. --

Re: does Xerces C++ parser provide Schema support for XML Validation ??

2001-03-29 Thread John Snelson
No, it doesn't, but it is planned. Xerces-j already has partial schema support. John > "Awasthi, Anand" wrote: > > hi, > > does Xerces C++ parser provide Schema support for XML Validation ?? > > > Thanks > Anand -- John Snelson, Software Engin

does Xerces C++ parser provide Schema support for XML Validation ??

2001-03-28 Thread Awasthi, Anand
hi,   does Xerces C++ parser provide Schema support for XML Validation ??     Thanks Anand