OK, this is a very old problem, but I always thought it's so obvious that it got to be fixed soon. The examples for the escape-markup (http://www.w3.org/XML/XProc/docs/langspec.html#c.escape-markup) and unescape-markup (http://www.w3.org/XML/XProc/docs/langspec.html#c.unescape-markup) are flawed. The escaped example in both cases is: === <description> <p>This is a chunk.</p> <p>This is a another chunk.</p> </description> === But this can't be right. I mean, what about the >? The whole example should be: === <description> <p>This is a chunk.</p> <p>This is a another chunk.</p> </description> === Regards, Vasil RangelovReceived on Saturday, 12 April 2008 14:29:53 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 12 April 2008 14:29:54 GMT