This content has been marked as final.
Show 3 replies
-
1. Re: DTD and schema bindings
aloubyansky Oct 13, 2006 11:09 AM (in response to adrian.brock)RAR parsing is based purely on ObjectModelFactory API. There is no parsing of DTD nor XSD. The XML is validated by the SAX parser.
The only parsing of DTD is used in the DTD-based marshaller. I used Wutka's DTD parser for that. -
2. Re: DTD and schema bindings
adrian.brock Oct 13, 2006 11:45 AM (in response to adrian.brock)Ok, is there a way for me to do
unmarshal(uri, resolver);
and have it spot the dtd and use the correct schema binding? -
3. Re: DTD and schema bindings
aloubyansky Oct 13, 2006 11:52 AM (in response to adrian.brock)Not at the moment.