单选题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[

题目
单选题
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[@na”相关问题
  • 第1题:

    在XML中,下述关于XSL的说法正确的有()。

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

    正确答案:A,C,D

  • 第2题:

    XSL样式表中用到了许多具有一定功能的XSL元素和指令,()元素可以定义模板规则。

    • A、<xsl:template>
    • B、<xsl:sort>
    • C、<xsl:value-of>
    • D、<xsl:apply-templates>

    正确答案:A

  • 第3题:

    一个学生成绩表的数据(含有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>语句结合

    正确答案:C

  • 第4题:

    指定的标记下的内容完全复制到输出文件需用到()标记。

    • A、xsl:if
    • B、xsl:copy
    • C、xsl:choose
    • D、xsl:when

    正确答案:B

  • 第5题:

    下面()标记是调用模板的标记。

    • A、xsl:apply-templates
    • B、xsl:template
    • C、xsl:for-each
    • D、xsl:if

    正确答案:A

  • 第6题:

    关于XSLT使用的元素,下列说法正确的有()。

    • A、一个XSL文件只能包含一个<xsl:template>元素
    • B、<xsl:sort>元素默认按升序排序
    • C、使用<xsl:attribute>元素转换属性值
    • D、<apply-templates>元素的select属性是必需的

    正确答案:A,C

  • 第7题:

    在XSL中加入注释,需要用到()标记。

    • A、xsl:comment
    • B、xsl:element
    • C、xsl:attribute
    • D、xsl:processing-instruction

    正确答案:A

  • 第8题:

    在XSL中,()元素用来访问所有符合条件的子节点。

    • A、.slit
    • B、.xsl:for-each
    • C、.xsl:choose
    • D、.xsl:otherwise

    正确答案:A

  • 第9题:

    关于XSL和CSS说法不正确的是()

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

    正确答案:C

  • 第10题:

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


    正确答案:文档定义

  • 第11题:

    Consider the Mysql Enterprise Audit plugin. Which statement is true when you identify a connection event that has used external authentication?()

    • A、The attribute "STATUS" is set to the string EXTERNAL_AUTH
    • B、The attribute "PRIV_USER" contains the username
    • C、The event type that is given in the attribute "NAME" is EXTERNAL_AUTH
    • D、There is no differentiation between native and external authentication events
    • E、External authentication is managed through external auditing logs
    • F、The "PROXY_PRIV" user shows a username if external authentication is used

    正确答案:E

  • 第12题:

    单选题
    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'])>


    正确答案: B
    解析: 暂无解析

  • 第13题:

    下面()标记不能达到筛选数据的作用。

    • A、xsl:if
    • B、xsl:choose
    • C、$lt$
    • D、xsl:comment

    正确答案:D

  • 第14题:

    下列()是XSL根元素。

    • A、xsl:output
    • B、xsl:stylesheet
    • C、documentElement
    • D、HTML

    正确答案:B

  • 第15题:

    下列()标记是调用命名模板的标记

    • A、xsl:apply-templates
    • B、xsl:call-templates
    • C、xsl:apply-template
    • D、xsl:call-template

    正确答案:D

  • 第16题:

    XML中,关于CSS和XSL,下面论述不正确的是()。

    • A、 CSS样式表可以用于“装饰”XML文档和HTML文档
    • B、 XSL样式表可以用来“装饰”XML文档和RTF文档
    • C、 不像CSS,XSL可以用来执行XML转换
    • D、 在XSL允许使用类似CSS方式格式化XML文档

    正确答案:B

  • 第17题:

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

    • A、XSLT
    • B、XPath
    • C、XSL-FO
    • D、CSS

    正确答案:D

  • 第18题:

    关于XSLT的语句描述不正确的是()。

    • A、xsl:element用于创建输出元素标记
    • B、xsl:attribute用于创建输出元素属性
    • C、xsl:text用于创建文本信息
    • D、xsl:comment用于创建描述信息

    正确答案:D

  • 第19题:

    ()指令可以应用匹配的模板规则。

    • A、<xsl:sort>
    • B、<xsl:apply-templates>
    • C、<xsl:value-of>
    • D、<xsl:template>

    正确答案:B

  • 第20题:

    xsl:sort元素一般作为xsl:apply-templates或()的子元素出现。

    • A、xsl:value-of
    • B、xsl:for-each
    • C、xsl:apply-templates
    • D、xsl:template

    正确答案:B

  • 第21题:

    What are two functions of a custom mapping module?()

    • A、records the token assertion
    • B、maps a STSUUSER input to a SAML token
    • C、looks up attributes in an external data source
    • D、maps a user’s alias during the account linkage operation in SAML 2.0 and Liberty 1.2 protocol
    • E、maps a GUI XML attributes into UI controls that are used by the IBM Tivoli Federated Identity Manager Console to collect the input data

    正确答案:A,C

  • 第22题:

    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'])>

    正确答案:B

  • 第23题:

    多选题
    关于XSLT使用的元素,下列说法正确的有()。
    A

    一个XSL文件只能包含一个<xsl:template>元素

    B

    <xsl:sort>元素默认按升序排序

    C

    使用<xsl:attribute>元素转换属性值

    D

    <apply-templates>元素的select属性是必需的


    正确答案: A,D
    解析: 暂无解析

  • 第24题:

    单选题
    You have a single Active Directory directory service domain. You have an application that adds Active Directory Schema attributes during installation. The attributes replicate as part of global catalog replication. Your user account is a member of the Domain Admins, Schema Admins, and Enterprise Admins global groups. You test the application and decide not to deploy it to production.  You need to ensure that the attributes that are added by the application are no longer available in Active Directory.  Using the Active Directory Schema snap-in,what should you do?()
    A

     Clear the Index this attribute in the Active Directory option for each attribute that is added by the application.

    B

     Clear the Attribute is active option for each attribute that is added by the application.

    C

     Clear the Replicate this attribute to the Global Catalog option for each attribute that is added by the application.

    D

     Clear the Allow this attribute to be shown in advanced view option for each attribute that is added by the application.


    正确答案: C
    解析: 暂无解析