Tagged Questions
4
votes
3answers
4k views
XSLT: Convert base64 data into image files
I have seen several questions on how to encode an image file in base64, but how about the other way around - how do I reconstitute a picture from a base64 string stored in an XML file?
...
2
votes
3answers
1k views
XSLT: Obtaining or matching hashes for base64 encoded data
I need to find a way to find a way to find the hash for the base64 encoded data in the XML node //note/resource/data, or somehow otherwise match it to the hash value in the node ...
1
vote
2answers
3k views
Evernote export format (ENEX) to HTML, including pictures?
@Solved
The two subquestions I have created have been solved (yay for splitting this one up!), so this one is solved. I'll award the check mark to samjudson, since his answer was the closest. For ...