您可能感興趣的試卷
最新試題
如果有如下的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é)果是()。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個對象。<book><author>tom</author><bookcode>12</bookcode></book>
()語法用于編寫Schema。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。
針對上述XML文件,以下是stud.xsl 。此XML在IE中的輸出是()。
“<”用DTD的內(nèi)部實體()表示。
創(chuàng)建BeatutifulSoup對象時,默認使用的解析器為Python標準庫。
分析如下的XML文檔實例:<!xml version="1.0"encoding="GB2312"?>;<學生名冊>;<學生學號="1">;<姓名>;張三<;/姓名>;<性別>;男<;/性別>;</學生>;<學生學號="2">;<姓名>;李四<;/姓名>;<性別>;女<;/性別>;</學生>;</學生名冊>;下面的DTD文檔中,能夠最恰當?shù)亩x該XML文檔是()。
下列選項中,用于表示bs4中的標簽的類是()。
<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命名空間的實例片段,以下說法錯誤的是()。