https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ae1e734d26dfb74a38e31eed6c9f95c4993f389f authored by ffxbld on 19 October 2016, 23:54:50 UTC
Added FENNEC_49_0_2_RELEASE FENNEC_49_0_2_BUILD2 tag(s) for changeset b8cfe2060804. DONTBUILD CLOSED TREE a=release
Tip revision: ae1e734
483444.xml
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="#stylesheet"?>
<!DOCTYPE root [
  <!ATTLIST xsl:stylesheet id ID #IMPLIED>
]>
<root>
<xsl:stylesheet id="stylesheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:attribute-set name="a">
	<xsl:attribute name="b">c</xsl:attribute>
  </xsl:attribute-set>
  <xsl:template match="/">
    <b>Please output something!</b>
  </xsl:template>
  <xsl:attribute-set name="a">
	<xsl:attribute name="b">c</xsl:attribute>
  </xsl:attribute-set>
</xsl:stylesheet>
<doc id="foo">this</doc>
</root>
back to top