Display encoded base 64 embedded images in JEditorPane
Well the title explains what i want to do :
as we know any html page can have an image tag for displaying images in web page.
But The Img src could be an embedded image encodded in base 64. If you use firefox it will display this image.
http://www.sweeting.org/mark/blog/2005/07/12/base64-encoded-images-embedded-in-html
http://www.kryogenix.org/days/2003/10/18/embedding
http://www.ietf.org/rfc/rfc2397.txt
what i want to do is find a way to display those embedded encoded img src in a JEditorPane.
Any help is much appreciated