<?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.example.com/Simple.txt">      <sl:Base64Content>SWNoIGJpbiBlaW4gZWluZmFjaGVyIFRleHQu</sl:Base64Content>    </sl:DataObject>    <sl:TransformsInfo>      <sl:FinalDataMetaInfo>        <sl:MimeType>text/plain</sl:MimeType>      </sl:FinalDataMetaInfo>    </sl:TransformsInfo>  </sl:DataObjectInfo>  <sl:DataObjectInfo Structure="enveloping">    <sl:DataObject>      <sl:XMLContent>        <html xmlns="http://www.w3.org/1999/xhtml">          <head>            <title>Ein einfaches SLXHTML-Dokument</title>            <style type="text/css">p { color: red; }</style>          </head>          <body>            <p>Ich bin ein einfacher Text in rot.</p>          </body>        </html>      </sl:XMLContent>    </sl:DataObject>    <sl:TransformsInfo>      <sl:FinalDataMetaInfo>        <sl:MimeType>application/xhtml+xml</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/viewerformat/Simple.xhtml"/>    <sl:TransformsInfo>      <sl:FinalDataMetaInfo>        <sl:MimeType>application/xhtml+xml</sl:MimeType>      </sl:FinalDataMetaInfo>    </sl:TransformsInfo>  </sl:DataObjectInfo>  <sl:DataObjectInfo Structure="detached">    <sl:DataObject Reference="http://www.example.com/Simple.xhtml">      <sl:LocRefContent>http://www.buergerkarte.at/konzept/securitylayer/spezifikation/20040514/tutorial/examples/viewerformat/Simple.xhtml</sl:LocRefContent>    </sl:DataObject>    <sl:TransformsInfo>      <sl:FinalDataMetaInfo>        <sl:MimeType>application/xhtml+xml</sl:MimeType>      </sl:FinalDataMetaInfo>    </sl:TransformsInfo>  </sl:DataObjectInfo></sl:CreateXMLSignatureRequest>