Subject: | minor grammer |
included is the patch for just the README - the changes should also goto into the pod section
--- README.orig Tue Sep 20 11:52:07 2005
+++ README Tue Sep 20 11:56:05 2005
@@ -8,22 +8,22 @@
# DESCRIPTION #
###############
-This module has an easy way to access/create XML data. It's based on the HASH
+This module provides an easy way to access/create XML data. It's based on the HASH
tree that is made of the XML data, and enable a dynamic access to it with the
-Perl syntax for Hashe and Array, without needing to care if you have a Hashe or an
-Array in the tree. In other words, B<each point in the tree work as a Hash and
+Perl syntax for Hashes and Arrays, without needing to care if you have a Hash or an
+Array in the tree. In other words, B<each point in the tree works as a Hash and
an Array at the same time>!
You also have extra resources, like a search for nodes by attribute, selection
-of an attribute value in each multiple node, change the returned format, etc...
+of an attribute value in each multiple node, change the returned format, etc...
-The module alson handle automatically binary data (encoding/decoding to/from base64),
+The module alson handles automatically binary data (encoding/decoding to/from base64),
CDATA (like contents with <tags>) and Unicode. It can be used to create XML files,
load XML from the Web (just pasting an URL as a file path) and it has an easy
-way to send XML data through socket, just adding the length of the data in
+way to send XML data through sockets, just br adding the length of the data in
the <?xml?> header.
-You can use I<XML::Smart> with L<XML::Parser>, or with the 2 standart parsers of
+You can use I<XML::Smart> with L<XML::Parser>, or with the 2 standard parsers of
XML::Smart:
** See POD for documentation and examples!