X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fxml%2Fpackage-info.java;h=6b4fff97ce147db2d98ea76704da2c4b2f7d6424;hb=e3340c0140a84e4dd01842102e9b9687a941c370;hp=561d6419ee732b58c20ec51805219b1aae2809c0;hpb=a2970417bfbaffb8bb1ee13bd6f88ef0dd9b93a0;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 561d6419..6b4fff97 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 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2010 the original author or authors. + * Copyright 2005-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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.