XSL(Extensible Stylesheet Language,可扩展样式表语言)相对于XML文档,如同CSS相对于HTML文档,其作用是显示XML文档,XSL语言中包含()部分。
A、XSLT,即用于转换XML文档的语言规范
B、XPath,即用于在文档中进行导航的路径语言
C、XHTML,即可扩展超文本置标语言(Extensible HyperText Markup Language)
D、XSL-FO,即用于格式化XML文档的语言
A、XSLT,即用于转换XML文档的语言规范
B、XPath,即用于在文档中进行导航的路径语言
C、XHTML,即可扩展超文本置标语言(Extensible HyperText Markup Language)
D、XSL-FO,即用于格式化XML文档的语言
A、xsl:element用于创建输出元素标记 B、xsl:attribute用于创建输出元素属性 C、xsl:text用于创建文本信息 D、xsl:comment用于创建描述信息
A、一个XSL文件只能包含一个<xsl:template>元素 B、<xsl:sort>元素默认按升序排序 C、使用<xsl:attribute>元素转换属性值 D、<apply-templates>元素的select属性是必需的
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'])>
A、button1.Style = FindName("A") as Style B、button1.Style = FindName("B") as Style C、button1.Style = FindResource("A") as Style D、button1.Style = FindResource("B") as Style
A、type=“?andriod:attr/progress Bar Style Horizontal” B、style=“?andriod:attr/progress Bar Style Horizontal” C、style=“?andriod:progress Bar Style Horizontal” D、type=“?andriod:progress Bar Style Horizontal”
A、aa.style.textDecorationUnderline B、aa.style.letterSpacing C、aa.style.textAlign D、aa.style.verticalAlign
A、<Style Type=”text/css”> P {color:red} </Style> B、<Style Type=”text/css”> #firstp {color:red} </Style> C、<Style Type=”text/css”> .firstp {color:red} </Style> D、<Style Type=”text/css”> P.firstp {color:red} </Style>
A、@android:style/Widget.ProgressBar.Horizontal B、@android:style/ProgressBar.Horizontal C、@style/Widget.ProgressBar.Horizontal D、@style/ProgressBar.Horizontal
A、aa.style.marginBottom B、aa.style.marginTop C、aa.style.marginLeft D、aa.style.marginRight