X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fxml%2Fpackage-info.java;h=bc15fec978eecf773a25caf4976564b3ca41691f;hb=cadb7f52fa9b4d644fc978d1ad735b43508c4e73;hp=8c4b9c842e58fbdbbdb616a576db649e6aff2ec4;hpb=02d312f6ce5642cbb4fa6c883e0ece2b30c1f029;p=utils diff --git a/support/general/src/main/java/org/wamblee/xml/package-info.java b/support/general/src/main/java/org/wamblee/xml/package-info.java index 8c4b9c84..bc15fec9 100644 --- a/support/general/src/main/java/org/wamblee/xml/package-info.java +++ b/support/general/src/main/java/org/wamblee/xml/package-info.java @@ -17,7 +17,7 @@ *

* Utilities for XML processing. The aim of this package is to simplify the * common tasks of parsing, validating, and transforming XML files and to - * provide support for XPath. The utlities simply use the standard Java SE APIs + * provide support for XPath. The utlities use the standard Java SE APIs * but are much easier to use. For cases where more advanced functionality is required, * the classes provide access to the underlying Java SE types. The implementation is * based on DOM level 3 parsing. @@ -54,7 +54,7 @@ *

  • {@link org.wamblee.xml.XPathExpression}: The interface for working with XPath. *
  • * - * f + * *

    * For instance to apply an XPath expression to an XML document: *