Axsl:output
Bxsl:stylesheet
CdocumentElement
DHTML
XSL提供的根据输入文档来改变输出内容的两个元素是()和<xsl:choose>。
填空题查看答案
已知xml文档包含如下内容(list为根元素): <list> <item id="0001"> <price>18</price> </item> <item id="0002"> <price>15</price> </item> <item/> <product> <item id="01"></item> </product> </list> 使用xslt进行转换时,语句<xsl:template match=”/list/item[@id]”>能够匹配到()个item元素。
单选题查看答案
xsl:sort元素一般作为xsl:apply-templates或()的子元素出现。
单选题查看答案
XSLT的元素语法中用于选择的语句是()和xsl:choose
填空题查看答案
XSL样式表中用到了许多具有一定功能的XSL元素和指令,()元素可以定义模板规则。
单选题查看答案
在XSL文档中应用模板元素使用()。
填空题查看答案
<xsl:template>元素的()属性用来匹配指定的节点。
填空题查看答案
在XSL样式表中选择元素属性的格式为()。
填空题查看答案
XML文档的根节点在XSL中使用()来代表。
单选题查看答案