[xsl] calling java function with saxon processor

Subject: [xsl] calling java function with saxon processor
From: "Eder de Oliveira" <eder@xxxxxxxxxxxxx>
Date: Mon, 7 Mar 2005 10:04:01 -0300
Hi..!

How I can calling java function using SAXON 8.3 processor?

The exemple:
<?xml version='1.0'?>
<xsl:stylesheet>
<xmlns:xsl=http://www.w3.org/1999/XSL/Transform
      xmlns:java="C://Java_Projects/Helloworld"
      exclude-result-prefixes="java"
      version='1.0'>

Where had xmlns:java="C://Java_Projects/Helloworld"

Would can be xmlns:java="http://xyz.com";

Thanks a lot
Eder

Current Thread