XSLT 元素
定义和用法
元素可创建命名的属性集。该属性集(attribute-set)可作为整体应用到输出文档。
注意:必须是 或 的子节点。
语法
属性
属性 |
值 |
描述 |
name |
name |
必需。规定属性集(attribute-set)的名称。 |
use-attribute-sets |
name-list |
可选。在该属性集(attribute-set)中使用的其它属性集(attribute-set)的列表,由空格分隔。 |
实例 1
创建可应用到任何输出元素的属性集(attribute-set):