escapeXmlText: Escape xml text

View source: R/xml.R

escapeXmlTextR 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 character vector meant to be xml-text content.

Value

The same character vector x but xml text escaped.


tinytest2JUnit documentation built on June 22, 2024, 9:18 a.m.