[jdom-interest] Typo in XMLOuputter Javadoc
Elliotte Rusty Harold
elharo at metalab.unc.edu
Mon May 5 07:16:33 PDT 2003
In escapeAttributeEntities look for
This will take the pre-defined entities in XML 1.0 and convert their
character representation to the appropriate entity reference, suitable
for XML attributes. It does no converstion for ' because it's not
necessary as the outputter writes attributes surrounded by double-quotes.
Change "converstion" to "conversion", or better yet change "It does no
converstion for '" to "It does not convert the single quote (')"
--
Elliotte
More information about the jdom-interest
mailing list