最新試題
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。
表達(dá)式中的未知節(jié)點(diǎn)的是()。
“<”用DTD的內(nèi)部實(shí)體()表示。
針對(duì)上述XML文件,以下是stud.xsl 。此XML在IE中的輸出是()。
聲明相同的元素至多出現(xiàn)一次應(yīng)使用哪個(gè)符號(hào)?()
下列選項(xiàng)中,用于表示bs4中的標(biāo)簽的類是()。
<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á)式是()。
對(duì)于XML文檔實(shí)例-2.0-3.08.6,最恰當(dāng)?shù)孛枋鏊慕Y(jié)構(gòu)的XML Schema片段是()。
定義樣式表中的變量,使用的標(biāo)簽是()。
<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片段正確的是()。