XSLT <xsl:attribute-set> ÔªËØ
¶¨ÒåºÍÓ÷¨
<xsl:attribute-set> ÔªËØ¿É´´½¨ÃüÃûµÄÊôÐÔ¼¯¡£¸ÃÊôÐÔ¼¯£¨attribute-set£©¿É×÷ΪÕûÌåÓ¦Óõ½Êä³öÎĵµ¡£
×¢ÊÍ£º±ØÐëÊÇ <xsl:stylesheet> »ò <xsl:transform> µÄ×ӽڵ㡣
Óï·¨
<xsl:attribute-set name="name" use-attribute-sets="name-list"> <!-- Content:xsl:attribute* --> </xsl:attribute-set>
ÊôÐÔ
ÊôÐÔ | Öµ | ÃèÊö |
---|---|---|
name | name | ±ØÐè¡£¹æ¶¨ÊôÐÔ¼¯µÄÃû³Æ¡£ |
use-attribute-sets | name-list | ¿ÉÑ¡¡£ÔÚ¸ÃÊôÐÔ¼¯ÖÐʹÓÃµÄÆäËüÊôÐÔ¼¯µÄÁÐ±í£¬Óɿոñ·Ö¸ô¡£ |
ʵÀý
Àý×Ó 1
´´½¨¿ÉÓ¦Óõ½ÈκÎÊä³öÔªËØµÄÊôÐÔ¼¯£¨attribute-set £©£º
<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>