Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] rebol parser for text, escape to xml

From: bry::itnisk::com at: 31-Oct-2002 13:28

I'm gonna need to write something to parse text and escape stuff that shouldn't show up in xml(not now but in the next few days I think), don't want to just place text into cdata sections cause then I obviously have to escape any text content which could confuse a parser as to where the cdata section should shut. Anyone have an escape-text.r out there?