escapeXml {tinytest2JUnit}R Documentation

Escape xml

Description

Escape the characters &,⁠"⁠,⁠'⁠,<,>

Usage

escapeXml(x)

Arguments

x

a character vector meant to be xml

Value

The same character vector x but xml escaped.

See Also

https://stackoverflow.com/a/1091953/10415129


[Package tinytest2JUnit version 1.1.2 Index]