Hi,
My question is regarding the XML Parser of google: com.google.gwt.xml.client.XMLParser. Can it be configured to disallow external doctype or doctype at all?
As i understand SAXParser has that option with setFeature("http://apache.org/xml/features/disallow-doctype-decl", true)
Is there such a thing in gwt parser? where can i find the API? Any help would be appreciated?
Looking at the javadocs i couldnt see such an option.
Also is there an option only not to allow external DTDs?
Thanks,
Tal