Home    Reference > J Interpreter Options > asciiXML
prev next

Var asciiXML

@x:var asciiXML~boolean := false

Semantics

Output escaped to ASCII using XML escapes. Non-breaking space (nbsp) is escaped to &nbsp;. Characters less then 32 (except cariage return and line feed) and characters greater than or equal to 127 (other than non-breaking space) are escaped using XML hex <escape>s. This same escape code is also available in the asciiXML function.