1. Kull Damned's Avatar
    Hi everyone,

    Is any way to validate XML using Blackberry API?

    Code:
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    factory.setValidating(true);
    DocumentBuilder builder = factory.newDocumentBuilder();
    if I remove factory.setValidating(true); - everything works. But with this line next step fails with following exception:
    ParserConfigurationException: not supported

    Maybe someone faced with this before and know solution of example.
    04-25-12 06:09 AM
  2. YuGiOhJCJ's Avatar
    I have exactly the same problem.
    Have you found a solution please?
    12-31-14 11:14 AM
LINK TO POST COPIED TO CLIPBOARD