問答題
單項選擇題
A.XSLT B.XPath C.XSL-FO D.CSS
已知xml文檔包含如下內(nèi)容(list為根元素): <list> <item id="0001"> <price>18</price> </item> <item id="0002"> <price>15</price> </item> <item/> <product> <item id="01"></item> </product> </list> 使用xslt進行轉(zhuǎn)換時,語句<xsl:template match=”/list/item[@id]”>能夠匹配到()個item元素。
A.3 B.2 C.1 D.0
A.True B.False C.不存在roundOff函數(shù)。 D.以上都不是。
多項選擇題
A.每次傳遞數(shù)據(jù)的大小。 B.發(fā)送xml文檔需要采用的協(xié)議。 C.解析xml文檔的解析器。 D.是否需要處理二進制數(shù)據(jù)
A.把xml文檔轉(zhuǎn)化成html網(wǎng)頁。 B.使用SAX解析xml文檔。 C.不經(jīng)解析,把xml文檔直接發(fā)送給瀏覽器。 D.使用樣式表對xml文檔進行轉(zhuǎn)換。
A.minOccurs B.maxOccurs C.minExclusive D.maxExclusive