https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1f94c6d54ebcb7ad01342ab97e366c107bbf9300 authored by ffxbld on 15 September 2015, 01:55:37 UTC
Added FIREFOX_41_0_RELEASE FIREFOX_41_0_BUILD1 tag(s) for changeset 02cbfe147883. DONTBUILD CLOSED TREE a=release
Tip revision: 1f94c6d
485286.xml
<?xml-stylesheet type="application/xml" href="485286.xml"?>
<transform xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <variable name="v">
    <for-each select="/">
      <value-of select="count(1)"/>
    </for-each>
  </variable>
  <key name="k" match="/" use="$v"/>
  <template match="/">
    <value-of select="key('k', /..)"/>
  </template>
</transform>
back to top