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)記名.類(lèi)名
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">
最新試題
表達(dá)式中的未知節(jié)點(diǎn)的是()。
下列文件中,哪個(gè)可以指定Scrapy項(xiàng)目中使用的管道?()
下列選項(xiàng)中,可以將頁(yè)面內(nèi)容加載到PhantomJS對(duì)象中的是()。
下列符號(hào)中,用來(lái)表示JSONPath語(yǔ)法中的根節(jié)點(diǎn)的是()。
<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á)式是()。
下列選項(xiàng)中,被稱(chēng)為全網(wǎng)爬蟲(chóng)的是()。
下列方法中,用于獲取頁(yè)面中的所有的Cookie值的是()。
Report.xml中包含subject 元素,該元素可以包含某HTML 標(biāo)記,如下:< subject>< b>2008年< /b>< i>北京奧運(yùn)會(huì)< i>展望< /subject>現(xiàn)需要編寫(xiě)一個(gè)XML schema來(lái)定義該xml文檔內(nèi)容的結(jié)構(gòu),以下的schema片斷中,()可以使Report.xml通過(guò)有效性驗(yàn)證。
要定義一個(gè)數(shù)據(jù)類(lèi)型,既可能包含integer類(lèi)型的值,也可能包含string類(lèi)型的值,以下schema片段正確的是()。
<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í)例片段,以下說(shuō)法錯(cuò)誤的是()。