通过本文主要向大家介绍了xslt,xslt是什么,xslt文件,xml/xslt,xslt config等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
新建控制台程序CAStudy.在应用程序中,添加books.xml,belowAvg.xsl 代码分别如下:
books.xml
<?xml version='1.0'?>
<!-- This file represents a fragment of a book store inventory database -->
<bookstore>
<book genre="autobiography" publicationdate="1981" ISBN="1-861003-11-0">
<title>The Autobiography of Benjamin Franklin</title>
<author>
<first-name>Benjamin</first-name>
<last-name>Franklin</last-name>
</author>