source: xslt/vendor/current/tests/docs/bug-145.xml@ 372

Last change on this file since 372 was 372, checked in by Yuri Dario, 13 years ago

xslt: initial vendor import of xslt 1.1.26.

File size: 207 bytes
Line 
1<?xml version="1.0"?>
2
3<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4xmlns:a="a">
5 <xsl:template match="/">
6 <xsl:call-template name="a:a"/>
7 </xsl:template>
8</xsl:transform>
9
10
Note: See TracBrowser for help on using the repository browser.