当前位置: 首页 > 网络学院 > XML相关教程 > XSL/XSLT > XSLT 摘要
This tutorial has taught you how to use XSLT to transform XML documents into other formats, like XHTML.
这份教程已经教会了你如何通过XSLT把XML文档转换成其他格式。诸如:XHTML。
You have learned how to add/remove elements and attributes to or from the output file.
你已经学会了如何在结果文件中添加 / 删除元素和属性。
You have also learned how to rearrange and sort elements, perform tests and make decisions about which elements to hide and display.
你已经学会了如何对元素进行重排和分类,执行测试并决定对哪些元素进行隐藏或显示。
For more information on XSLT, please look at our XSLT reference.
如想获取更多XSLT信息,请阅读XSLT 参考.
XSL includes 3 languages: XSLT, XPath and XSL-FO, so the next step is to learn about XPath and XSL-FO.
XSL包括3种语言:XSLT, XPath 和XSL-FO,所以下一步应该学习的是XPath 和XSL-FO。
XPath
XPath is used to navigate through elements and attributes in an XML document.
XPath作用是对XML文件中的元素和属性进行导航。
XPath is a major element in the W3C's XSL standard. An understanding of XPath is fundamental for advanced use of XML.
XPath是W3C XSL标准中的一个主要元素。掌握XPath是进一步开发XML的基础。
Without any XPath knowledge, you will not be able to create XSLT documents.
如果不具备XPath的知识,你就不可能创建XSLT文件。
If you want to learn more about the XPath, please visit our XPath tutorial.
如果你想学习更多关于XPath的知识,请访问我们的 XPath 教程。
XSL-FO
XSL-FO describes the formatting of XML data for output to screen, paper or other media.
XSL-FO 描述的是输出到屏幕、文件、以及其他媒体的XML数据格式。
XSL-FO documents are XML files with information about the output layout and output content.
XSL-FO 文档是包含关于输出版面和输出内容信息的XML文件。
If you want to learn more about XSL-FO, please visit our XSL-FO tutorial.
如果你想学到更多XSL-FO,请访问我们的 XSL-FO 教程。