I have an xml document that contains some elements encoded as Base64. How do
I dynamically scan the XML Document and pull out the sections that are
Base64...
My overall goal is to display the XML document in a browser will all the
Base64 sections converted to Ascii (UTF-8).
I dynamically scan the XML Document and pull out the sections that are
Base64...
My overall goal is to display the XML document in a browser will all the
Base64 sections converted to Ascii (UTF-8).
Comment