您可能感興趣的試卷
你可能感興趣的試題
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.以上都不是。
最新試題
“<”用DTD的內(nèi)部實(shí)體()表示。
定義樣式表中的變量,使用的標(biāo)簽是()。
針對(duì)上述XML文件,以下是stud.xsl 。此XML在IE中的輸出是()。
下列選項(xiàng)中,被稱為全網(wǎng)爬蟲的是()。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個(gè)對(duì)象。<book><author>tom</author><bookcode>12</bookcode></book>
如果有如下的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é)果是()。
下列符號(hào)中,用于注釋robots.txt文件的記錄的是()。
下列幾個(gè)類中,用于操作請(qǐng)求會(huì)話的是()。
表達(dá)式中的未知節(jié)點(diǎn)的是()。
<stuList><student id="a001"><name>jack<name><age>22</age></student><student id="a002"><name>make<name><age>23</age></student></stuList>查找id=’a002’的xpath表達(dá)式是()。