星期五, 二月 20, 2004

Java Technology Forums

Java Technology Forums
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
xmlns:java='java.util.ResourceBundle' exclude-result-prefixes='java' version='1.0'>
<xsl:strip-space elements='*'/>
<xsl:output method='html' indent='yes' version='4.0'/>
<xsl:output encoding='ISO-8859-1'/>
<xsl:template match='page'>
<html>
<body>
<xsl:apply-templates select='paragraph'/>
<xsl:variable name='resources' select='java:getBundle('thoth')'/>
<xsl:value-of select='java:getString($resources,'general.title')'/>
</body>
</html>
</xsl:template>
</xsl:stylesheet>"