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

External Function Calls From Style Sheets

Subject: External Function Calls From Style Sheets
From: Jack Frillman <jack@xxxxxxxxxxxxxxx>
Date: Wed, 12 Apr 2000 16:28:59 -0400 (EDT)
jack frillman

I am looking for some examples of using XSLT style sheets that makes
a call to an external function to perform part of its transformation.

The only thing I have to go on so far is this incomplete snippit:

<?xml version="1.0"?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  <xsl:template match="doc">
  <xsl:element name="doc">
    <out><xsl:value-of select="java::GetInfo('string(@id)')"/></out>
  </xsl:element>
  </xsl:template>
</xsl:stylesheet>


What I am trying to determin is the proper syntax for the line:

<out><xsl:value-of select="java::ValidateCite('string(@id)')"/></out>

where the "select" is calling a external java or c++ method to perform 
a given task and return some results that will be put between the <out> tags.



 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.