您可能感興趣的試卷
你可能感興趣的試題
A.XSLT
B.XPath
C.XSL-FO
D.CSS
已知xml文檔包含如下內(nèi)容(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進(jìn)行轉(zhuǎn)換時(shí),語句<xsl:template match=”/list/item[@id]”>能夠匹配到()個(gè)item元素。
A.3
B.2
C.1
D.0
最新試題
下列選項(xiàng)中,提供了遍歷和搜索文檔樹的大部分方法的類是()。
<customer_summaryxmlns:addr="http://www.xyz.com/addresses/"xmlns:books="http://www.zyx.com/books/"><addr:name><title>Mrs.</title></addr:name><books:title>Lord of the Rings</books:title>上述是一段關(guān)于XML命名空間的實(shí)例片段,以下說法錯(cuò)誤的是()。
ITEM_PIPELINES設(shè)置項(xiàng)的值是一個(gè)保存項(xiàng)目中啟用的Item Pipeline及其順序的()。
下列符號(hào)中,用來表示JSONPath語法中的根節(jié)點(diǎn)的是()。
下列選項(xiàng)中,可以將頁面內(nèi)容加載到PhantomJS對(duì)象中的是()。
下列文件中,哪個(gè)可以指定Scrapy項(xiàng)目中使用的管道?()
如果有如下的XML文檔實(shí)例片段:<studentlist>;<student>;<name>;a<;/name>;<sex>;male<;/sex>;<age>;20<;/age>;</student>;<student>;<name>;b<;/name>;<sex>;female<;/sex>;<age>;21<;/age>;</student>;</studentlist>;那么XPath 表達(dá)式/studentlist/student/name 匹配的結(jié)果是()。
下列幾個(gè)類中,用于操作請(qǐng)求會(huì)話的是()。
下列方法中,用于使用CSS選擇器選取節(jié)點(diǎn)的是()。
對(duì)于XML文檔實(shí)例-2.0-3.08.6,最恰當(dāng)?shù)孛枋鏊慕Y(jié)構(gòu)的XML Schema片段是()。