XSLT xsl:attribute 元素

來源:互聯網
上載者:User
文章目錄
  • 屬性
  • 例子 1
  • 例子 2
  • 例子 3
定義和用法

<xsl:attribute> 元素用於向元素添加屬性。

注釋:
<xsl:attribute> 元素會替換名稱相同的已有屬性。

文法
<xsl:attribute name="attributename" namespace="uri">



<!-- Content:template -->



</xsl:attribute>
屬性
屬性 描述
name attributename 必需。規定屬性的名稱。
namespace URI 可選。為屬性定義命名空間的 URI。
執行個體例子 1

向 picture 元素添加 source 屬性:

<picture>



<xsl:attribute name="source"/>






</picture>
例子 2

向 picture 元素添加 source 屬性,並使用 "images/name" 中的值為其賦值:

<picture>



<xsl:attribute name="source">






<xsl:value-of select="images/name" />



</xsl:attribute>






</picture>
例子 3

建立能夠應用到任何輸出元素的屬性集:

<xsl:attribute-set name="font">



<xsl:attribute name="fname">Arial</xsl:attribute>



<xsl:attribute name="size">14px</xsl:attribute>



<xsl:attribute name="color">red</xsl:attribute>



</xsl:attribute-set>

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.