XSL-FO 与 XSLT

Ada ·
更新时间:2024-09-20
· 974 次阅读

XSL-FO 与 XSLT

XSL-FO 与 XSLT 可彼此互助。

还记得这个实例吗? <fo:block font-size="14pt" font-family="verdana" color="red"
space-before="5mm" space-after="5mm">
RUNOOB


At RUNOOB you will find all the Web-building tutorials you
need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP.

结果:

RUNOOB

At RUNOOB you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP.

上面的实例来自于有关 XSL-FO 块区域的那一章节。

来自 XSLT 的帮助

从文档移除 XSL-FO 信息:

RUNOOB

At RUNOOB you will find all the Web-building tutorials you
need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP.

添加 XSLT 转换:


<fo:block font-size="14pt" font-family="verdana" color="red"
space-before="5mm" space-after="5mm">







产生的结果是相同的:

RUNOOB

At RUNOOB you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP.




fo xsl

需要 登录 后方可回复, 如果你还没有账号请 注册新账号