Package: r-cran-xml Severity: important
x <- xmlNode("tag",value="data without newline") print(x); output: <tag> data without newline </tag> this is not quite correct since there are no \n in the value, the output should be <tag>data without newline</tag> the xml output is not useable without reparsing :( the changes are very small : XMLClasses.R 161:print.XMLComment 167:print.XMLTextNode 173:print.XMLNode 204:print.XMLEntityRef 212:print.XMLCDataNode 222:print.XMLProcessingInstruction -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]