⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c14n-11.txt

📁 如何实现安全的xml机制
💻 TXT
字号:
<Manifest xmlns="http://www.w3.org/2000/09/xmldsig#" xmlns:foo="http://www.usps.gov/foo" Id="manifest-1">          <Reference Id="manifest-reference-1" URI="http://www.w3.org/TR/xml-stylesheet">            <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></DigestMethod>            <DigestValue>60NvZvtdTB+7UnlLp/H24p7h4bs=</DigestValue>          </Reference>          <Reference Type="http://www.w3.org/2000/09/xmldsig#Reference" URI="#reference-1">            <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></DigestMethod>            <DigestValue>l/bqIouk6Gs8eEjG0Tad0MJJgWw=</DigestValue>          </Reference>          <Reference URI="#notaries">            <Transforms>              <Transform Algorithm="http://www.w3.org/TR/1999/REC-xslt-19991116">                <xsl:stylesheet xmlns="http://www.w3.org/TR/xhtml1/strict" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="foo" version="1.0">                  <xsl:output encoding="UTF-8" indent="no" method="xml"></xsl:output>                  <xsl:template match="/">                    <html>                      <head>                        <title>Notaries</title>                      </head>                      <body>                        <table>                          <xsl:for-each select="Notaries/Notary">                            <tr>                              <th>                                <xsl:value-of select="@name"></xsl:value-of>                              </th>                            </tr>                          </xsl:for-each>                        </table>                      </body>                    </html>                  </xsl:template>                </xsl:stylesheet>              </Transform>              <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"></Transform>            </Transforms>            <DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></DigestMethod>            <DigestValue>c7wq5XKos6RqNVJyFy7/fl6+sAs=</DigestValue>          </Reference>        </Manifest>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -