summaryrefslogtreecommitdiff
path: root/textproc/jaxup/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/jaxup/pkg-descr')
-rw-r--r--textproc/jaxup/pkg-descr12
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/jaxup/pkg-descr b/textproc/jaxup/pkg-descr
deleted file mode 100644
index a9c3c879e9fd..000000000000
--- a/textproc/jaxup/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Jaxup defines an interface to update XML documents, through which clients can
-work without knowledge of the exact object model that the document uses. The
-interface is called Updater, and the idea behind it is the same as with Jaxen's
-Navigator interface. In addition, an implementation of xmldb.org's proposed
-XUpdate specification is provided. The implementation is in the XUpdate class.
-
-Implementations of the Updater interface are provided for the following object
-models:
-
- - DOM
- - Dom4j
- - JDom