最新試題
如果有如下的XML文檔實例片段:<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 表達式/studentlist/student/name 匹配的結(jié)果是()。
下列選項中,可以匹配任何屬性節(jié)點的是()。
下列符號中,能夠分隔XPath表達式中任意兩個節(jié)點的是()。
Scrapy項目中,哪個文件可以定制各個組件的行為?()
創(chuàng)建BeatutifulSoup對象時,默認使用的解析器為Python標準庫。
Report.xml中包含subject 元素,該元素可以包含某HTML 標記,如下:< subject>< b>2008年< /b>< i>北京奧運會< i>展望< /subject>現(xiàn)需要編寫一個XML schema來定義該xml文檔內(nèi)容的結(jié)構(gòu),以下的schema片斷中,()可以使Report.xml通過有效性驗證。
<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>;針對上述XML代碼,輸出ID為s102的學(xué)生的姓名的XSL片段正確的是()。
()語法用于編寫Schema。
下列選項中,被稱為全網(wǎ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命名空間的實例片段,以下說法錯誤的是()。