We evaluated Trang as well, but the decision currently is to use NekoDTD and Apache Xerces - partly because we already use NekoHTML - Since we already having been using Xerces 1.4.4, we would like to ideally upgrade to Xerces 2, and also be able to use the DTD processing feature that Xerces 1.4.4 provided - We have written our alternative code implementing LexicalHandler, DeclHandler interfaces to process a DTD, but the "DocumentType" object that was built by Xerces 1.4.4 was very handy and straightforward to use. NekoDTD does build a similar structure today, all we are trying to make sure that there wouldn't be any significant differences between the Xerces 1.4.4 DocumentType information and the NekoDTD generated DTD structures.
Regards, Murali --- Bob Foster <[EMAIL PROTECTED]> wrote: > Why don't you just use Trang? > > http://www.thaiopensource.com/relaxng/trang.html > > Bob Foster > http://xmlbuddy.com/ > > Murali Yelamanchili wrote: > > Hi, > > > > We have been org.apache.xerces.DOMParser class in > > Xerces 1.4.4 successfully to retrieve information > on a > > DTD. The DocumentType object held all the > informastion > > related to the DTD. > > We are now migrating to Xerces 2.x, and this > doesn't > > seem to work anymore. The DocumentType object > doesn't > > seem to have the same kind of information that > Xerces > > 1.4.4 version had. > > > > Since our goal was to eventually generate a schema > out > > of the DocumentType object, we are looking at the > > possibility of using NekoDTD to replace our code. > > > > Has anyone tested NekoDTD before, and how > different > > would the information it generates, be different > from > > what the DOMParser used to fill in a DocumentType > > object. > > > > Basically, I want to make sure I know how > different > > would the finro > > > > Regards & Thanks, > > Murali > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
