A.XSL是一種用來轉換XML文檔的樣式表,它包含轉換和格式XML文檔的規(guī)則
B.XSL在轉換XML文檔過程中,首先根據匹配條件修改源文檔內容,然后輸出修改后的文檔內容
C.XSL包含了XSLT和Xpath的強大功能,從而可以把XML文檔轉換成任何一種其它格式的文檔
D.XSL文件是同一系列模板組成的,任何一個XSL文件至少包括一個模板
您可能感興趣的試卷
你可能感興趣的試題
A.該對象中文本字符的長度
B.該對象中元素節(jié)點的數量
C.該對象中節(jié)點的數量
D.該對象中文檔對象的數量
A.128.6
B.128
C.129
D.127
A.XmlDocument
B.XPathDocument
C.DataSet
D.XmlDataDocument
A.前綴和后綴
B.前綴和本地名
C.本地IP和廣域網址
D.命名空間
A.WriteDeclaring()
B.WriteDeclared()
C.WriteProcessedInstruction()
D.WriteProcessingInstruction()
最新試題
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關于上述Xml文檔,以下描述正確的是()。
對于XML文檔實例-2.0-3.08.6,最恰當地描述它的結構的XML Schema片段是()。
如果有如下的XML文檔實例片段:<studentlist>;<student>;<name>;a<;/name>;<sex>;male<;/sex>;<age>;20<;/age>;</student>;<student>;<name>;b<;/name>;<sex>;female<;/sex>;<age>;21<;/age>;</student>;</studentlist>;那么XPath 表達式/studentlist/student/name 匹配的結果是()。
Scrapy項目中,哪個文件可以定制各個組件的行為?()
<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表達式是()。
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個對象。<book><author>tom</author><bookcode>12</bookcode></book>
下列符號中,用于注釋robots.txt文件的記錄的是()。
<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>上述是一段關于XML命名空間的實例片段,以下說法錯誤的是()。
要定義一個數據類型,既可能包含integer類型的值,也可能包含string類型的值,以下schema片段正確的是()。
“<”用DTD的內部實體()表示。