- From: Costello, Roger L. <costello@mitre.org>
- Date: Fri, 19 Jun 2009 13:45:58 -0400
- To: "xproc-dev@w3.org" <xproc-dev@w3.org>
Hey Norm, The spec gives this example: The input: <description> <div xmlns="http://www.w3.org/1999/xhtml"> <p>This is a chunk of XHTML.</p> </div> </description> produces: <description> <div xmlns="http://www.w3.org/1999/xhtml"> <p>This is a chunk of XHTML.</p> </div> </description> I believe that all markup, including the ">" is escaped, correct? So the result should be: <description> <div xmlns="http://www.w3.org/1999/xhtml"> <p>This is a chunk of XHTML.</p> </div> </description> Correct? /Roger
Received on Friday, 19 June 2009 17:46:32 UTC