escapeXmlText {tinytest2JUnit} | R Documentation |
Escape xml text
Description
Escape the characters '<' and &
in a character vector meant to be xml-text content.
Usage
escapeXmlText(x)
Arguments
x |
a |
Value
The same character
vector x but xml text escaped.
[Package tinytest2JUnit version 1.1.2 Index]