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)識名
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">
最新試題
對于XML文檔實例-2.0-3.08.6,最恰當(dāng)?shù)孛枋鏊慕Y(jié)構(gòu)的XML Schema片段是()。
下列符號中,能夠分隔XPath表達(dá)式中任意兩個節(jié)點的是()。
<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片段正確的是()。
下列選項中,提供了遍歷和搜索文檔樹的大部分方法的類是()。
下列選項中,可以匹配任何屬性節(jié)點的是()。
下列符號中,用于注釋robots.txt文件的記錄的是()。
<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á)式是()。
針對上述XML文件,以下是stud.xsl 。此XML在IE中的輸出是()。
通過降低訪問網(wǎng)站的頻率,一定能夠阻止對方從訪問量上認(rèn)出爬蟲的身份。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。