<?xml version="1.0" encoding="UTF-8"?><sl:CreateXMLSignatureRequest xmlns:sl="http://www.buergerkarte.at/namespaces/securitylayer/1.2#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">  <sl:KeyboxIdentifier>SecureSignatureKeypair</sl:KeyboxIdentifier>  <sl:DataObjectInfo Structure="detached">    <sl:DataObject Reference="http://www.buergerkarte.at/konzept/securitylayer/spezifikation/20040514/tutorial/examples/interface/common/SimpleText.txt.b64"/>    <sl:TransformsInfo>      <dsig:Transforms>        <dsig:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#base64"/>      </dsig:Transforms>      <sl:FinalDataMetaInfo>        <sl:MimeType>text/plain</sl:MimeType>      </sl:FinalDataMetaInfo>    </sl:TransformsInfo>  </sl:DataObjectInfo>  <sl:DataObjectInfo Structure="detached">    <sl:DataObject Reference="http://www.buergerkarte.at/konzept/securitylayer/spezifikation/20040514/tutorial/examples/interface/common/XMLDocument.xml"/>    <sl:TransformsInfo>      <dsig:Transforms>        <dsig:Transform Algorithm="http://www.w3.org/2002/06/xmldsig-filter2">          <xp2:XPath xmlns:xp2="http://www.w3.org/2002/06/xmldsig-filter2" xmlns:doc="urn:document" Filter="subtract">/doc:XMLDocument/doc:Paragraph[2]</xp2:XPath>        </dsig:Transform>        <dsig:Transform Algorithm="http://www.w3.org/TR/1999/REC-xslt-19991116"><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:doc="urn:document"><xsl:output encoding="UTF-8" method="xml" indent="yes"/><xsl:template match="/doc:XMLDocument">  <html xmlns="http://www.w3.org/1999/xhtml">    <head>      <title>HTML-Dokument</title>    </head>    <body>      <xsl:for-each select="doc:Paragraph">        <p>          <xsl:value-of select="child::text()"/>        </p>      </xsl:for-each>    </body>  </html></xsl:template></xsl:stylesheet></dsig:Transform>        <dsig:Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>      </dsig:Transforms>      <sl:FinalDataMetaInfo>        <sl:MimeType>application/xhtml+xml</sl:MimeType>      </sl:FinalDataMetaInfo>    </sl:TransformsInfo>  </sl:DataObjectInfo></sl:CreateXMLSignatureRequest>
