Sample text
<note priority="high">Tom & Jerry's "alert"</note>
Escape raw XML text in browser by converting special characters into safe entities for attributes, snippets, and transport-safe markup content.
<note priority="high">Tom & Jerry's "alert"</note>
{
"id": 101,
"name": "Ada Lovelace",
"active": true
}
Yes. The transform runs directly in browser so encoded or decoded values stay local and ready to copy immediately.
Yes. Plain-text routes apply the selected transform directly so you can work with copied strings and other transport-safe text without extra structured parsing.