您可能感興趣的試卷
你可能感興趣的試題
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í),語(yǔ)句<xsl:template match=”/list/item[@id]”>能夠匹配到()個(gè)item元素。
A.3
B.2
C.1
D.0
A.True
B.False
C.不存在roundOff函數(shù)。
D.以上都不是。
A.每次傳遞數(shù)據(jù)的大小。
B.發(fā)送xml文檔需要采用的協(xié)議。
C.解析xml文檔的解析器。
D.是否需要處理二進(jìn)制數(shù)據(jù)
A.把xml文檔轉(zhuǎn)化成html網(wǎng)頁(yè)。
B.使用SAX解析xml文檔。
C.不經(jīng)解析,把xml文檔直接發(fā)送給瀏覽器。
D.使用樣式表對(duì)xml文檔進(jìn)行轉(zhuǎn)換。
最新試題
<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í)例片段,以下說(shuō)法錯(cuò)誤的是()。
下列方法中,用于獲取頁(yè)面中的所有的Cookie值的是()。
創(chuàng)建BeatutifulSoup對(duì)象時(shí),默認(rèn)使用的解析器為Python標(biāo)準(zhǔn)庫(kù)。
表達(dá)式中的未知節(jié)點(diǎn)的是()。
<roster><student ID="s101">;<name>;李華<;/name>;<sex>;男<;/sex>;<birthday>;1978.9.12<;/birthday>;<score>;92<;/score>;</student>;<student ID="s102">;<name>;齊輝<;/name>;<sex>;女<;/sex>;<birthday>;1979.3.2<;/birthday>;<score>;90<;/score>;</student>;</roster>;針對(duì)上述XML代碼,輸出ID為s102的學(xué)生的姓名的XSL片段正確的是()。
聲明相同的元素至多出現(xiàn)一次應(yīng)使用哪個(gè)符號(hào)?()
下列符號(hào)中,能夠分隔XPath表達(dá)式中任意兩個(gè)節(jié)點(diǎn)的是()。
下列文件中,哪個(gè)可以指定Scrapy項(xiàng)目中使用的管道?()
定義樣式表中的變量,使用的標(biāo)簽是()。
如果有如下的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é)果是()。