fmdom - A DOM library for Freemarker SourceForge Logo

Homepage
This library must be used with Freemarker, a template engine for java.

With this library we will use the org.w3c.Node as if it was a TemplateHashModel and the org.w3c.NodeList as a TemplateListModel..

By now we can use it only to recover the list of nodes of a childNode and the text value of a node, without the support of XPath, but I hope in a no far away future we can use XPath to select a part of the document.

 

News about the library
3-31-2001
Actually developing the first release of this library.