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

Re: any progress or suggestions on an xslt base64 dec

Subject: Re: any progress or suggestions on an xslt base64 decoder?
From: Mukul Gandhi <gandhi.mukul@xxxxxxxxx>
Date: Wed, 11 Jan 2006 18:43:19 +0530
xslt base64
Both base64 encoder and decoder are available on my web site. The
encoder XSLT files are located as you have found. The decoder is
available at
http://gandhimukul.tripod.com/base64decoder.xsl. You need datamap.xml
file for both encoder and decoder which is located at
http://gandhimukul.tripod.com/datamap.xml.

1) You can test encoder as follows

With Xalan-J -

java org.apache.xalan.xslt.Process -in base64encoder.xsl -xsl
base64encoder.xsl

With Saxon -

java  net.sf.saxon.Transform base64encoder.xsl base64encoder.xsl

2) Test decoder as

With Xalan-J -

java org.apache.xalan.xslt.Process -in base64decoder.xsl -xsl
base64decoder.xsl

With Saxon -

java  net.sf.saxon.Transform base64decoder.xsl base64decoder.xsl

Regards,
Mukul

On 1/11/06, Michael Gilbert <michael.s.gilbert@xxxxxxxxx> wrote:
> Hello all,
>
> I am attempting to create an xslt document that will translate base64
> characters to human-readable floating point text (to support viewing
> via a web browser).
>
> I was able to come across this work
>
> http://gandhimukul.tripod.com/base64encoder.xsl
> http://gandhimukul.tripod.com/datamap.xml
>
> which looks interesting, but not very well commented or simple.
>
> Has there been any work toward supporting base64 conversion natively
> in a future xslt spec?  Any thoughts or suggestions are greatly
> appreciated.  Thank you.
>
> Mike Gilbert

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.