最新試題
下列方法中,用于使用CSS選擇器選取節(jié)點(diǎ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ò)誤的是()。
下列選項(xiàng)中,用于將JSON格式的字符串解碼轉(zhuǎn)換為Python對(duì)象的是()。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個(gè)對(duì)象。<book><author>tom</author><bookcode>12</bookcode></book>
下列選項(xiàng)中,被稱(chēng)為全網(wǎng)爬蟲(chóng)的是()。
聲明相同的元素至多出現(xiàn)一次應(yīng)使用哪個(gè)符號(hào)?()
針對(duì)上述XML文件,以下是stud.xsl 。此XML在IE中的輸出是()。
分析以下的DTD文檔,下面的XML實(shí)例()能夠通過(guò)該DTD的校驗(yàn)。< !ELEMENT doc(title?,chap*)>< !ELEMENT title (#PCDATA)>< !ELEMENT chap (sect )>< !ELEMENT sect (para )>< !ELEMENT para (#PCDATA)>
下列幾個(gè)類(lèi)中,用于操作請(qǐng)求會(huì)話(huà)的是()。
<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片段正確的是()。