Results 1 to 1 of 1
- 04-25-2012, 06:09 AM
Thread Author #1
Validate XML with XSD schema?
Hi everyone,
Is any way to validate XML using Blackberry API?
if I remove factory.setValidating(true); - everything works. But with this line next step fails with following exception:Code:DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); factory.setValidating(true); DocumentBuilder builder = factory.newDocumentBuilder();
ParserConfigurationException: not supported
Maybe someone faced with this before and know solution of example.
Reply















