Using JAXP
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.devel |
|---|---|
| Message-ID | <[email protected]> |
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