A.<![CDATA[ifa”<”cthenc=a+b;]]>
B.<![CDATA[ifa<;cthenc=a+b;]]>
C.<![CDATA[ifa<cthenc=a+b;]]>
D.<document>ifa<cthenc=a+b;</document>
您可能感興趣的試卷
你可能感興趣的試題
A.XPointer
B.XLinker
C.XPath
D.CSS
A. x eq 1 and y eq 2 —為真
B. x gt y or y gt z —為假
C. x lt y and y gt z —為假
D. x eq y or x lt z —為真
最新試題
下列選項(xiàng)中,用于將JSON格式的字符串解碼轉(zhuǎn)換為Python對象的是()。
()語法用于編寫Schema。
下列選項(xiàng)中,被稱為全網(wǎng)爬蟲的是()。
創(chuàng)建BeatutifulSoup對象時(shí),默認(rèn)使用的解析器為Python標(biāo)準(zhǔn)庫。
Report.xml中包含subject 元素,該元素可以包含某HTML 標(biāo)記,如下:< subject>< b>2008年< /b>< i>北京奧運(yùn)會< i>展望< /subject>現(xiàn)需要編寫一個(gè)XML schema來定義該xml文檔內(nèi)容的結(jié)構(gòu),以下的schema片斷中,()可以使Report.xml通過有效性驗(yàn)證。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個(gè)對象。<book><author>tom</author><bookcode>12</bookcode></book>
下列幾個(gè)類中,用于操作請求會話的是()。
如果有如下的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é)果是()。
<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ò)誤的是()。
下列選項(xiàng)中,可以匹配任何屬性節(jié)點(diǎn)的是()。