A.xsl:apply-templates
B.xsl:call-templates
C.xsl:apply-template
D.xsl:call-template
您可能感興趣的試卷
你可能感興趣的試題
A.new
B.replace
C.embed
D.none
A.font-style
B.font-size
C.font-weight
D.font-family
A.標(biāo)記名
B.標(biāo)記名.類名
C.標(biāo)記名#標(biāo)識(shí)名
D.父標(biāo)記名.子標(biāo)記名
A.<import>
B.<include>
C.<include>和<import>都可以
D.<include>和<import>都不可以
A. <xs:element name="example" type=" xs:mixed ">
B. <xs:element name="example"> <xs:complexType>
C. <xs:element name="example"> <xs:complexType mixed="false">
D. <xs:element name="example"> <xs:complexType mixed="true">
最新試題
對(duì)于XML文檔實(shí)例-2.0-3.08.6,最恰當(dāng)?shù)孛枋鏊慕Y(jié)構(gòu)的XML Schema片段是()。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。
下列一些類中,用來表示XML中節(jié)點(diǎn)的是()。
表達(dá)式中的未知節(jié)點(diǎn)的是()。
下列選項(xiàng)中,可以匹配任何屬性節(jié)點(diǎn)的是()。
下列符號(hào)中,用于注釋robots.txt文件的記錄的是()。
下列選項(xiàng)中,提供了遍歷和搜索文檔樹的大部分方法的類是()。
下列選項(xiàng)中,可以將頁面內(nèi)容加載到PhantomJS對(duì)象中的是()。
ITEM_PIPELINES設(shè)置項(xiàng)的值是一個(gè)保存項(xiàng)目中啟用的Item Pipeline及其順序的()。
Report.xml中包含subject 元素,該元素可以包含某HTML 標(biāo)記,如下:< subject>< b>2008年< /b>< i>北京奧運(yùn)會(huì)< i>展望< /subject>現(xiàn)需要編寫一個(gè)XML schema來定義該xml文檔內(nèi)容的結(jié)構(gòu),以下的schema片斷中,()可以使Report.xml通過有效性驗(yàn)證。