网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
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'])>
参考答案
更多 “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'])” 相关考题
考题
关于XSLT使用的元素,下列说法正确的有()。
A.一个XSL文件只能包含一个xsl:template元素B.xsl:sort元素默认按升序排序C.使用xsl:attribute元素转换属性值D.apply-templates元素的select属性是必需的
考题
关于XSL和CSS说法不正确的是()
A.都可以用来定义XML的显示格式B.CSS决定了页面的视觉外观C.XSL是CSS的代替品D.使用XSL可以将XML文档的结构换为不同的XML文档
考题
在XML中,下述关于XSL的说法正确的有()。A、XSL是一种用来转换XML文档的样式表,它包含转换和格式XML文档的规则B、XSL在转换XML文档过程中,首先根据匹配条件修改源文档内容,然后输出修改后的文档内容C、XSL包含了XSLT和Xpath的强大功能,从而可以把XML文档转换成任何一种其它格式的文档D、XSL文件是同一系列模板组成的,任何一个XSL文件至少包括一个模板
考题
XSL样式表中用到了许多具有一定功能的XSL元素和指令,()元素可以定义模板规则。A、<xsl:template>B、<xsl:sort>C、<xsl:value-of>D、<xsl:apply-templates>
考题
一个学生成绩表的数据(含有Java/VB/VC++/SQL Server/Oracel各门课程的成绩),分别按成绩小于60输出不及格、成绩在60到80分之间输出合格、成绩在80分以上的输出优秀。下列XSL语句能够很好地完成此需求。()A、<xsl:value-of>语句B、<xsl:if>与<xsl:value-of>结合C、<xs:choose>、<xsl:when>、<xsl:otherwise>与<xsl:value-of>语句结合D、<xsl:for-each>与<xsl:value-of>语句结合
考题
下列()标记是调用命名模板的标记A、xsl:apply-templatesB、xsl:call-templatesC、xsl:apply-templateD、xsl:call-template
考题
XML中,关于CSS和XSL,下面论述不正确的是()。A、CSS样式表可以用于“装饰”XML文档和HTML文档B、XSL样式表可以用来“装饰”XML文档和RTF文档C、不像CSS,XSL可以用来执行XML转换D、在XSL允许使用类似CSS方式格式化XML文档
考题
关于XSLT使用的元素,下列说法正确的有()。A、一个XSL文件只能包含一个xsl:template元素B、xsl:sort元素默认按升序排序C、使用xsl:attribute元素转换属性值D、apply-templates元素的select属性是必需的
考题
关于XSLT的语句描述不正确的是()。A、xsl:element用于创建输出元素标记B、xsl:attribute用于创建输出元素属性C、xsl:text用于创建文本信息D、xsl:comment用于创建描述信息
考题
xsl:sort元素一般作为xsl:apply-templates或()的子元素出现。A、xsl:value-ofB、xsl:for-eachC、xsl:apply-templatesD、xsl:template
考题
单选题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?()A
The 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. B
The 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. C
The 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. D
The 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.
热门标签
最新试卷