Example Transformations


For example, an enveloped signature on the rest of the document:

  <Document>
    ...
    <Signature xmlns:dsig="...">
      <SignedInfo>
        <Reference Id="">
          <Transform Algorithm="..">
            <XPath>
              not(ancestor-or-self::dsig:Signature)
            </XPath>
          </Transform>
        </Reference>
        ...
    </Signature>
    ...
  </Document>