XML主要有3个要素:()、XSL和Xlink。

XML主要有3个要素:()、XSL和Xlink。


相关考题:

下列对XSL描述中,错误的是(61)。A.XSL能够把XML转变成HTNIB.XSL不是XML文档C.XSL与CSS功能相似D.XSL是对XML文档进行排版的语言

XSL(Extensible Stylesheet Language,可扩展样式表语言)相对于XML文档,如同CSS相对于HTML文档,其作用是显示XML文档,XSL语言中包含()部分。 A.XSLT,即用于转换XML文档的语言规范B.XPath,即用于在文档中进行导航的路径语言C.XHTML,即可扩展超文本置标语言(Extensible HyperText Markup Language)D.XSL-FO,即用于格式化XML文档的语言

关于XSL和CSS说法不正确的是() A.都可以用来定义XML的显示格式B.CSS决定了页面的视觉外观C.XSL是CSS的代替品D.使用XSL可以将XML文档的结构换为不同的XML文档

()给XSLT和XPointer提供一个共同、整合的定位语法,用来定位XML文档中的各个部位。 A. XPath B. XML C. DTD D. XLink

XSL是()文件。A、soap文件B、转换后的流文件C、XML文件D、样式表单文件

在XML中,下述关于XSL的说法正确的有()。A、XSL是一种用来转换XML文档的样式表,它包含转换和格式XML文档的规则B、XSL在转换XML文档过程中,首先根据匹配条件修改源文档内容,然后输出修改后的文档内容C、XSL包含了XSLT和Xpath的强大功能,从而可以把XML文档转换成任何一种其它格式的文档D、XSL文件是同一系列模板组成的,任何一个XSL文件至少包括一个模板

XML文档的根节点在XSL中使用()来代表。A、“*”B、“/”C、“@”D、“?”

下面()是XML标准提供的编程接口,用于开发人员访问XML文档。A、XpathB、DomC、XSLTD、SAXE、Xlink

将XML文档和XSL文档链接,需要设置xml-stylesheet指令的type属性为"()"。

XSL在转换XML文档时分为两个过程,转换文档结构和将文档()。

XML中,关于CSS和XSL,下面论述不正确的是()。A、CSS样式表可以用于“装饰”XML文档和HTML文档B、XSL样式表可以用来“装饰”XML文档和RTF文档C、不像CSS,XSL可以用来执行XML转换D、在XSL允许使用类似CSS方式格式化XML文档

XML链接语言XLink,允许在不同的XML资源之间建立(),而XML指针语言访问XML文档的内部,可指示和标识XML文档的内部结构,例如元素、属性、文本内容等。

为定义一个XML文档的结构,开发者可以使用的XML技术有()。A、UMLB、DTDC、NamespaceD、XSL

可扩展样式表语言(XSL)用来定义XML文档的显示语义,XSL包括三个部分,除了()。A、XSLTB、XPathC、XSL-FOD、CSS

下列说法错误的是()。A、XSL在转换XML文档时分为明显的两个过程:首先转换文档结构,然后将文档格式化输出B、XSLT包含XSL和XPath的强大功能,从而可以把XML文档转换成任何一种其它格式的文档C、如果将XML文档看成DOS目录结构,XPath就是cd、dir等目录操作命令的集合D、如果将XML文档看作一个数据库,XPath就是SQL查询语言

XSL在实现对XML文档内容的样式显示时,可生成新的文档。

为定义一个XML文档的结构,开发者可以使用的XML技术有()。A、UMLB、DTDC、NamespaceD、XMLSchemaE、XSL

对于一些结构复杂的XML文档,使用单一模板是不科学的,那样只会让XSL文档看起来相当的臃肿而且凌乱,但是不会降低XSL文档的可读性。

下面()不是XSL语言的功能。A、把XML转换为HTMLB、格式化输出对象C、定义XML模式D、链接不同的XML文档

关于XSL和CSS说法不正确的是()A、都可以用来定义XML的显示格式B、CSS决定了页面的视觉外观C、XSL是CSS的代替品D、使用XSL可以将XML文档的结构换为不同的XML文档

XSL是通过XML进行定义的,遵从XML语法规范,是XML的一种()。

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.

填空题XSL是通过XML进行定义的,遵从XML语法规范,是XML的一种()。

单选题关于XSL和CSS说法不正确的是()A都可以用来定义XML的显示格式BCSS决定了页面的视觉外观CXSL是CSS的代替品D使用XSL可以将XML文档的结构换为不同的XML文档

填空题XML主要有3个要素:()、XSL和Xlink。