Bug#277254: package description typo(s) and the like
Florian Zumbiehl
Florian Zumbiehl <florz@gmx.de>, 277254-maintonly@bugs.debian.org
Tue Oct 19 00:25:04 2004
Package: libsaxpath-java
Version: 1.0.0FCS-3
Severity: minor
I searched through the Packages file a bit for typos and the like - below
you find a diff of this package's description (a) showing what I think is
wrong and (b) how I suggest it to be corrected.
Description: Java XPath engine for use on a variety of XML object models
The SAXPath project is a Simple API for XPath. SAXPath is analogous to
SAX in that the API abstracts away the details of parsing and provides
a simple event based callback interface.
.
SAXPath provides a single point for XPath expression parsing,
- regardless of the target object model, whether its dom4j, JDOM, DOM,
+ regardless of the target object model, whether it's dom4j, JDOM, DOM,
JavaBeans, or whatnot.
.
Homepage: <http://sourceforge.net/projects/saxpath>