单项选择题
A.XSLT B.XPath C.XSL-FO D.CSS
已知xml文档包含如下内容(list为根元素): <list> <item id="0001"> <price...
已知xml文档包含如下内容(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进行转换时,语句<xsl:template match=”/list/item[@id]”>能够匹配到()个item元素。
A.3 B.2 C.1 D.0
已知xslt片段:,test语句的返回值是()。 A.TrueB.FalseC.不存在roun...
单项选择题已知xslt片段:,test语句的返回值是()。
A.True B.False C.不存在roundOff函数。 D.以上都不是。
某公司决定使用xml文档和客户进行数据交换,当设计XML文档结构时,以下的因素中,需要设计人员考虑的是()。A...
多项选择题某公司决定使用xml文档和客户进行数据交换,当设计XML文档结构时,以下的因素中,需要设计人员考虑的是()。
A.每次传递数据的大小。 B.发送xml文档需要采用的协议。 C.解析xml文档的解析器。 D.是否需要处理二进制数据