[EMAIL PROTECTED] wrote: > writing documentation? :-) I'm happy to put the release together, but if > anyone wants to help there--especially in testing--that would also be very > much appreciated!
As you update the front page (readme.xml) for this release, don't forget to mention that the XMLDTDHandler interface was changed to pass an XMLResourceIdentifier to the start- ExternalSubset method. Normally API changes should be done in a major or minor release -- not a bug-fix release -- but I don't care too much. I just wrote a DTDParserConfiguration that reads stand- alone DTD files and produces an XML representation of the XNI DTD callbacks. To make it compatible with all 2.0.x versions, I had to implement both versions of the method (having one call the other) but this is no big deal. Anyway, the DTDParserConfiguration is pretty cool because then you can use XSLT to convert the XML-representation of the DTD to a flattened DTD, XML Schema, etc. As soon as I get my DTDx -> XML Schema stylesheet working, I'll post it. (BTW, you should see the beast of a file produced by parsing the DocBook DTD. Yowza!) -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
