John, maybe add a sentence to the paragraph explaining Element Node serialization in section 6.6.3.3, saying EXPLICITELY, that a Node is removed from the node-set once it has been serialized. Gregor --------------------------------------------------------------- Gregor Karlinger mailto://gregor.karlinger@iaik.at http://www.iaik.at Phone +43 316 873 5541 Institute for Applied Information Processing and Communications Austria --------------------------------------------------------------- > A simple example should clarify: > > <A> > <B>text</B> > <Signature Id="S1"> > </Signature> > </A> > > The result node-set from the XPath expression for excluding the Signature > element is a list with the nodes: > > A > B > text > > The serialized output from the XPath expression is: > > <A><B>text</B></A><B>text</B>text > > Output from the combination of exclude-signature transform + C14N > serialization is simply: > > <A><B>text</B></A> > > > PetteriReceived on Tuesday, 16 May 2000 02:55:07 GMT
This archive was generated by hypermail 2.2.0 + w3c-0.29 : Thursday, 13 January 2005 12:10:09 GMT