[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

accessing Java method from xslt

Subject: accessing Java method from xslt
From: Holmberg Rick-ra0119 <Rick.Holmberg@xxxxxxxxxxxx>
Date: Fri, 13 Sep 2002 14:04:57 -0700
method geturl
I searched the archives and only found one example of this and it does not really apply.  I am hoping someone here can help me out on this one.  I am new to XML but not really new to Java.
I am trying to access a method in a java file from my xslt.  Below is a snippit of my xml file. 

<myxml>
<RelatedId>Test11-Diagram</RelatedId>
</myxml>


Here is a snippit of my xslt file...

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
       xmlns:CollateralXML="class:../classes/xml/CollateralXML">

<xsl:template match="myxml">
<xsl:output method="html"/>
<xsl:apply-templates select="RelatedId" />
</xsl:template>

<xsl:template match="RelatedId">
	<B>Categories:</B><br/>
		<xsl:value-of select="CollateralXML:getUrl(.\),
		<br/>
</xsl:template>


I am not sure what to put in the getUrl.  I need the value of Test11-Diagram to be sent to the method in CollateralXML called getUrl. The method getUrl is static.
The only example I have run across has the values embeded in the tag and that is not the format I have avail to me.
Any help is appreciated.







 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.