blob: 309b12e3b96ee684d6ffd997cd117660a520532e [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- FileName: str90 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19990922 -->
<!-- Section: 4.2 String Functions -->
<!-- Purpose: Test of 'translate()' function. -->
<xsl:template match="doc">
<out>
<xsl:value-of select="translate(a,&#34;abc&#34;,&#34;ABC&#34;)"/>
</out>
</xsl:template>
</xsl:stylesheet>