Subject: RE: calling java function with saxon processor
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 7 Mar 2005 14:04:35 -0000
|
Please see:
http://www.saxonica.com/documentation/extensibility/functions.html
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Eder de Oliveira [mailto:eder@xxxxxxxxxxxxx]
> Sent: 07 March 2005 13:04
> To: XSL - list
> Subject: calling java function with saxon processor
>
> 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
|