pkgsrc/textproc/p5-XML-Writer-String/DESCR
reed e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00

6 lines
346 B
Text

This module implements a bare-bones class specifically for
the purpose of capturing data from the XML::Writer module.
XML::Writer expects an IO::Handle object and writes XML
data to the specified object (or STDOUT) via its print()
method. This module simulates such an object for the spe-
cific purpose of providing the required print() method.