XML主要有3个要素:()、XSL和Xlink。
XML主要有3个要素:()、XSL和Xlink。
相关考题:
XSL(Extensible Stylesheet Language,可扩展样式表语言)相对于XML文档,如同CSS相对于HTML文档,其作用是显示XML文档,XSL语言中包含()部分。 A.XSLT,即用于转换XML文档的语言规范B.XPath,即用于在文档中进行导航的路径语言C.XHTML,即可扩展超文本置标语言(Extensible HyperText Markup Language)D.XSL-FO,即用于格式化XML文档的语言
在XML中,下述关于XSL的说法正确的有()。A、XSL是一种用来转换XML文档的样式表,它包含转换和格式XML文档的规则B、XSL在转换XML文档过程中,首先根据匹配条件修改源文档内容,然后输出修改后的文档内容C、XSL包含了XSLT和Xpath的强大功能,从而可以把XML文档转换成任何一种其它格式的文档D、XSL文件是同一系列模板组成的,任何一个XSL文件至少包括一个模板
XML中,关于CSS和XSL,下面论述不正确的是()。A、CSS样式表可以用于“装饰”XML文档和HTML文档B、XSL样式表可以用来“装饰”XML文档和RTF文档C、不像CSS,XSL可以用来执行XML转换D、在XSL允许使用类似CSS方式格式化XML文档
下列说法错误的是()。A、XSL在转换XML文档时分为明显的两个过程:首先转换文档结构,然后将文档格式化输出B、XSLT包含XSL和XPath的强大功能,从而可以把XML文档转换成任何一种其它格式的文档C、如果将XML文档看成DOS目录结构,XPath就是cd、dir等目录操作命令的集合D、如果将XML文档看作一个数据库,XPath就是SQL查询语言
Which XSL if statement checks for the existence of a homepage attribute within an STS Universal User XML structure?()A、xsl:if test="//stsuuser:AttributeList/stsuuser:Attribute[attr='homepage']"B、xsl:if test="//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage']"C、xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute/custom:Homepage"D、xsl:if-exists="//stsuuser:AttributeList/stsuuser:Attribute[@name='homepage'])
多选题XSL(Extensible Stylesheet Language,可扩展样式表语言)相对于XML文档,如同CSS相对于HTML文档,其作用是显示XML文档,XSL语言中包含()部分。AXSLT,即用于转换XML文档的语言规范BXPath,即用于在文档中进行导航的路径语言CXHTML,即可扩展超文本置标语言(Extensible HyperText Markup Language)DXSL-FO,即用于格式化XML文档的语言
单选题The configuration of a Web Services Security management (WSSM) Partner allows for the specification of XSL mapping rules. What is the input and output of these XSL mapping rules?()AThe input to the XSL mapping rules of a WSSM Partner is the binary security token as received on the Web Service request. The output of the mapping rules is a new security token ready for use by the Web Service application. BThe input to the XSL mapping rules of a WSSM Partner is an STSUniveralUser XML document created from the security token received on the Web Service request. The output of the mapping rules is an arbitrary collection of attributes that will be made available to the Web Services application. CThe input to the XSL mapping rules of a WSSM Partner is an STSUniveralUser XML document created from the security token received on the Web Service request. The output of the mapping rules is a new STSUniversalUser XML document that represents the security token required by the application. DThe input to the XSL mapping rules of a WSSM Partner is an STSUniveralUser XML document created from the security token received on the Web Service request. The output of the mapping rules is an IBM Tivoli Access Manager for e-business credential that will be used to authorize the partner's access to the Web Service application.
填空题XML主要有3个要素:()、XSL和Xlink。