XSLT的元素语法中,节点选择语句是()
第1题:
已知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元素。
第2题:
XSLT的元素语法中循环判断语句是()
第3题:
关于XSLT的语句描述不正确的是()。
第4题:
XSLT的元素语法中用于选择的语句是()和xsl:choose
第5题:
已知xslt片段:
第6题:
一维数组定义语句intn=10,a[n];则()
第7题:
jQuery中的基本过滤选择器中,获取第一个元素的语法是()。
第8题:
jQuery中的子元素过滤选择器中,选取父元素下的第一个元素的语法是()。
第9题:
jQuery的基本过滤选择器中,获得第一个元素的正确语法是?()
第10题:
对
错
第11题:
:first
:odd
:even
:last
第12题:
:first-child
:last-child
:only-child
:nth-child
第13题:
XSLT要为转换后的文档添加属性,应使用下列()元素。
第14题:
关于XSLT使用的元素,下列说法正确的有()。
第15题:
Xpath语言的作用是在XSLT文件中对XML文档的元素定位。
第16题:
XSLT的元素语法中排序语句是()
第17题:
()用不同于XML的独立语法规定XML文档中各种元素集合的内容模式。
第18题:
jQuery中的基本过滤选择器中,获取最后一个元素的语法是()。
第19题:
jQuery中的子元素过滤选择器中,选取父元素下的最后一个元素的语法是()。
第20题:
jQuery中的基本过滤选择器中,获取第一个元素的语法是:first。()
第21题:
对
错
第22题:
:first
:last
:even
:odd
第23题:
:first-child
:last-child
:only-child
:nth-child