[REBOL] parse-xml and cdata
From: gilette::echo::fr at: 5-Aug-2002 15:23
Hello, As anyone make a version of the function parse-xml that treats CDATA blocks ? So far : parse-xml "<myTag><![CDATA[an example of data]]></myTag>" == [document none [["myTag" none none]]] i would like something like : == [document none [["mytag"] none "an example of data"]] I prefer to ask before reinventing the wheel :) -- Serge Gilette ------------------------- 04 92 28 32 50