w3pop.com :: 网络学院 :: XSL-FO :: XSL-FO 和 XSLT
XSL-FO and XSLT can help each other.
XSL-FO 和 XSLT 可以进行功能互补。
<fo:block <fo:block |
Result:
上述代码将输出下面的结果:
|
At w3pop.com you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP. |
The example above is from the chapter about XSL-FO Blocks.
上述案例来自于 “XSL-FO 块状区域” 的相关章节。
Remove the XSL-FO information from the document:
从文档中删除XSL-FO信息的方法:
<header> <paragraph> |
Add an XSLT transformation:
添加一条 XSLT 转换信息的方法:
<xsl:template match="header"> |
And the result will be the same:
结果仍然相同:
|
At W3pop.com you will find all the Web-building tutorials you need, from basic HTML and XHTML to advanced XML, XSL, Multimedia and WAP. |
评论 (0)
All