Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Is it possible to identify all the invalid xml tags in one go?
- Phanendra Akurathi]
Hi, this worked wonderfull. but i have a little change, what if i have the XML and XSD files, into strings? lets say a string read from the database, with the xml , xsd information, String xml =“”; String xsd =“”; then validateXMLSchema(xsd,xml) How do i convert the “new File” to accept the String with the data? or, do convert the “newSchema” and “validator.validate” to accept the String with the data? Schema schema = factory.newSchema(new File(xsdPath)); validator.validate(new StreamSource(new File(xmlPath))); thanks!!
- Mintakastar
Hi plese provide the code for the same above mentioned but not single its multiple xsd. So my requirement is How to Validate XML with multiple XSD Schemas.it is very urgent requirement in my project.So please give the code.And one xsd is included in other xsd and so on.So I want to validate this xml file against the multiple schemas. Regards Krishanveni
- krishanveni
How to create the xsd in the first place. Any tools (or Eclipse menu option)available to create the xsd from xml? Thank you Suresh Kumar
- Suresh