I am trying to validate (valid xml file) an xml when creating a "XMLStreamReader" using a "XMLInputFactory". I know that there is property that can be set in the factory ""javax.xml.stream.isValidating" to allow a specific-implementation validation (in my case xml). But i am working with java 6 build 43 (Jboss eap 6.0) and cannot update so this is not working for me (kwnon issue).
So if anybody know about an API (other than StAX) that could do the same thing that would be great ! Please let me know if something is not clearly explained.
No comments:
Post a Comment