[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Decode Base64 data and namespaces
I have two questions- Then ask them separately. That way the archives will be intelligible. 1) Can one element belong to two namespaces? No. 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. In principle, the data: URI scheme should handle this nicely. In practice, I don't know how widely supported it is, so you may have to write external image files as you suggest. This will require an extension function. Although there's been a lot of talk about serializing binary files as an EXpath extension, I don't think anything has actually happened yet; I think you'll have to do it yourself. Michael Kay Saxonica 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:
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|