Closed MerrimanInd closed 1 year ago
These are some HTML type escapes that may work: xmlize = {} xmlize[">"] = ">" xmlize["<"] = "<" xmlize["\n"] = ""
Added escapes for all XML illegal characters in XML_Base class
These are some HTML type escapes that may work: xmlize = {} xmlize[">"] = ">" xmlize["<"] = "<" xmlize["\n"] = "
"