mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
506 B
Text
12 lines
506 B
Text
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
|