Re: Using JAXP
Michael Wechner <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.devel |
|---|---|
| Message-ID | <[email protected]> |
Andreas Hartmann wrote: > Hi Wyona developers, > > to create a common code base for working with XML, > and to simplify the usage of JAXP, I started to > write two helper classes: > > import org.wyona.xml.DocumentHelper; > import org.wyona.xml.NamespaceHelper; > > > You find documentation in JavaDoc and in the > developer's handbook: "Working with XML" > (/wyona-cms/docs/xdocs/xml.html). > > The classes are not tested at all. > If you need other features or find bugs, fell > free to change the files. Of course I would be > glad if you contacted me before so we can > discuss the implementation. Andreas and I had a private discussion this afternoon on how to handle XPath. We thought that it would make sense to use JXPath from Apache Jakarta Commons. Another possibility is to use the XPath implementation from "Xalan", which does actually already exist within Wyona at org.wyona.xml.xpointer.XalanXPointer Any other opinions? Thanks Michael > > > > Andreas > > > _______________________________________________ > WyonaCMS-dev mailing list > [email protected] > http://mail.wyona.org/cgi-bin/mailman/listinfo/wyonacms-dev