Subject: Embedding java-command in XSL-stylesheet???
From: "David Hemmingsson" <david.hemmingsson@xxxxxxxx>
Date: Mon, 7 Feb 2000 14:39:08 +0100
|
If I Use XT or some other Java-based XSLT-parser, is it then possible to
embed calls to java methods in other classes?
Like:
<xsl:template match="data">
<a_tag>
(something like) com.bla.data.getMyData();
</a_tag>
</xsl:template>
...to get:
<a_tag> The Data </a_tag>
If it works I?ll be the happiest programmer of the day!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
David Hemmingsson
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|