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

Decode Base64 data and namespaces

Subject: Decode Base64 data and namespaces
From: "Siddhi Thakkar" <Siddhit@xxxxxxxxxxxx>
Date: Mon, 28 Jun 2010 16:09:05 +0530
 Decode Base64 data and namespaces
Hi experts,
I have two questions-
1) Can one element belong to two namespaces?

2) I have a Base64 string that belongs to an image and what I want to do
is to convert that base64 string into an image and display that image in
html. I did get a code to do that but through fos, but the problem is
that I have to use JDOM as processor which doesn't allow the functions
that I used. Can you please provide any other alternative? Here is the
code I used:

        <xsl:variable name="b64" select="b64:new(string(.))"/>
        <xsl:variable name="img" select="concat('C:\', @filename)"/>
        <xsl:variable name="fos" select="fos:new(string($img))"/>
        <xsl:value-of select="fos:write($fos,
b64:getBinaryValue($b64))"/>
        <xsl:value-of select="fos:close($fos)"/>

Plus I don't want to specify any location to store the image (like I had
to do here as 'C:\'), can I use a method so that the output image is
stored at the same location as the xslt output (on the lines of what
xsl:result-document does)?

Thanks very much,
Siddhi

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.