This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Embedding java-command in XSL-stylesheet???


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]