xsl-list
[Top] [All Lists]

[xsl] serialize base64

2009-03-17 05:14:13

Hi XSLT-List, 

I´m using XSLT 2.0 and Saxon 9...

I have an xml file which includes base64-strings.
I want to serialize these strings to PDF-files. I´ve got a java-class to do 
that (dind´t write it myself), but i can´t figure out how i should implement it 
into my xslt.

The package that includes the class ist called "GLP"
The class is called "Base64DecodeFromXML"

What i´ve already done:

-Set the classpath to R:\Produktion\Tools\JTDS\jtds-1.2.jar; 
R:\Produktion\Tools\LexisNexis\GLP.jar

-Namespace created in my xsl: xmlns:myTest="GLP.Base64DecodeFromXML"

-calling class in my xsl: <xsl:value-of select="myTest:main($arg1, $arg2, 
$arg3)"/>

It tells me: "Cannot find a mathing 3-argument function named 
{GLP.Base64DecodeFromXML}main()"

I´ve already checked saxonica.com but...

Help anyone ?!

cheers 
 

Patrick Szabo
EPD / XSLT Konvertierung
Tel.: +43-1-534 52-1573
Fax.: +43-1-534 52-1573
patrick(_dot_)szabo(_at_)lexisnexis(_dot_)at

LexisNexis Verlag ARD Orac GmbH & Co KG
Marxergasse 25, 1030 Wien
FN 8333f, Handelsgericht Wien
www.lexisnexis.at <http://www.lexisnexis.at/> 

 <file://C:\Dokumente und 
Einstellungen\szaboP\Anwendungsdaten\Microsoft\Signatures\LN Vienna 
signature-Dateien\image001.jpg> 




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>