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

External Function Call From Style Sheets

Subject: External Function Call From Style Sheets
From: Omar López Ruiz <omar@xxxxxxxxxxxx>
Date: Mon, 08 May 2000 23:25:11 +0200
call external style sheet
    Hi all,

    I'm trying to call an external Java function from an XSL-T
stylesheet as follows:

<xsl:stylesheet
     version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     xmlns:dxsutil="DxsUtil">

  <xsl:template match="/">
    <HTML>
      <H5>About:<BR/>
      <xsl:if test="function-available('dxsutil:about')">
      <P><xsl:value-of select="dxsutil:about()"/></P>
      </xsl:if>
      </H5><BR/>
    </HTML>
  </xsl:template>

</xsl:stylesheet>

    I've checked an e-mail from Michael Kay on April 13th of 2000
answering a very similar question, so I've followed his indications.
Although I think the URI of the namespace is irrelevant, I put the
DxsUtil.class file on the same directory of the stylesheet. I've tried
in both Saxon and XT (from the command line) but it haven't worked. I
think I'm missing something, isn't it?

    Please, could you tell me the solution?

    Thanks in advanced.

    Omar López.




 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.