Hey Toby. BTW I got about 8 or 9 copies of this mail. Are you having trouble with your email or ISP?
----- Original Message ----- From: <[EMAIL PROTECTED]> > Hi Folks, > > it's true, the German "Java Magazin" published an article about dom4j in her > inbuild "XML Magazin". The "XML Magazin" has a lot of articles about JDOM > in the past. > Should I submit a englisch translation? An english translation would be great! > BTW > I'm currently read that a lazy pull parser based version of dom4j is planed. > Sounds gread. How do you plan to do this? There's an XPPReader in CVS and the daily build right now which works like the SAXReader but uses the XPP2 API rather than the SAX API. We should do the same for Xerces XNI API as well. Right now the implementation pulls the whole document in one go. Hopefully soon we'll be able to make this lazy so that iterating over the document causes the document to pull itself from XPP. > Another point: I'm planning to update our documentation. It still miss > deeper information about dom4j. So I plan to add UML diagramms and so on. Great! > The > great rule API should also been added along with an chapter about using dom4j > togehter with JAXM. > We should plan to fix the bugs of DocBook, but i think this a problem of the > way it is used with Ant. If you use the commandline tool of saxon the > styling works perfect. Agreed; I know bob uses DSSSL or whatever its called from James Clark instead of XSLT. I think the Alexandria project might have better DocBook -> XSLT transformations somewhere. James > > Hava nice time. > > Regards > Toby > > -- > GMX - Die Kommunikationsplattform im Internet. > http://www.gmx.net > > > _______________________________________________ > dom4j-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/dom4j-user > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
