PoPP - TJ XPathDMM

Introduction

XPathDMM (XPath Document Memory Model) is an alternative and a very simple DOM interface, but equally expressive. This is based on the expressiveness of XPath. This program is just a wrapper implementation of this interface with the latest Apache Java XALAN package. Checkout this TATTVUM article for some details.

TATTVUM Java XPathDMM - 0.1 - (2002-06-23)

posted 28 Nov 2008, 04:44 by S V Ramu   [ updated 28 Nov 2008, 23:03 ]

Note:This is the initial PoPP release, containing the source. For further details please browse the code (not much comments there too, except the class model and the moderately modularized code). More documentation will come soon.

Requirements: I use 1.4 Java, but this program doesn't use any 1.4 specific API. So, ideally it should run in any 1.2+ JVM. Please mail me (svramu at TATTVUM) if you run into problems. I'll also be checking it this week, and update about bugs in the next hosting. Of course you need the latest release of Apache Java XALAN for this program to compile or run.

Download the software: TATTVUM-PoPP-TJXPathDMM-0.1-all.zip (~8k)

To Run the demo: Unzip the download and run the class org.tattvum.core.xml.test.TestXPathDMM

1-1 of 1