escapeXmlText {tinytest2JUnit}R Documentation

Escape xml text

Description

Escape the characters '<' and & in a character vector meant to be xml-text.

Usage

escapeXmlText(x)

Arguments

x

a character vector meant to be xml-text.

Value

The same character vector x but xml text escaped.


[Package tinytest2JUnit version 1.0.3 Index]