网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容 知识问答

XSL最全基础教程之xsl:attribute-set元素

时间:2024-10-14 12:06:04

1、语法<xsl:attribute-set name = QName use-attribute-sets = QNames></xsl:attribute-set>

2、属性 name(必需): 定义该属性集的名称 use-attribute-sets(可选): 在该属性由空格分隔,集中使用的其它属性集的列表。

3、示例创建一个名为book.xml的XML文件<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="book.xsl"?><book> <chapter> <heading>The First Chapter</heading> </chapter> <chapter> <heading>The Next Chapter</heading> </chapter></book>

XSL最全基础教程之xsl:attribute-set元素

5、测试结果运行XML Tools选择XSL Transformation<?xml 箪滹埘麽version="1.0"?>稆糨孝汶; <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" quadding ="start" font-size="12pt" font-weight="bold"> The First Chapter </fo:block> <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" quadding ="start" font-size="12pt" font-weight="bold"> The Next Chapter </fo:block>

XSL最全基础教程之xsl:attribute-set元素
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com