In the rdoc for Class LibXML::XML::Reader, in the first example the code reads:
parser = XML::Reader.string("<foo><bar>1</bar><bar>2</bar><bar>3</bar></foo>")
reader.read
Should that instead be:
reader = XML::Reader.string("<foo><bar>1</bar><bar>2</bar><bar>3</bar></foo>")
reader.read
Thanks, also the word "contrast" is spelt "contract" in the rdoc for
Class LibXML::XML::Parser in the first sentence.
-Alec Jacobson
alecjacobson.com
_______________________________________________
libxml-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/libxml-devel