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">
A.minExclusive
B.minInclusive
C.maxExclusive
D.maxInclusive
最新試題
針對上述XML文件,以下是stud.xsl 。此XML在IE中的輸出是()。
Scrapy項目中,哪個文件可以定制各個組件的行為?()
下列方法中,用于使用CSS選擇器選取節(jié)點的是()。
表達(dá)式中的未知節(jié)點的是()。
下列方法中,用于獲取頁面中的所有的Cookie值的是()。
<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ù)據(jù)類型,既可能包含integer類型的值,也可能包含string類型的值,以下schema片段正確的是()。
對于XML文檔實例-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文檔,以下描述正確的是()。
()語法用于編寫Schema。