[Bug 5771] [FO] Feature request: get binary data from URI

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5771


Liam R E Quin <liam@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |liam@w3.org
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #1 from Liam R E Quin <liam@w3.org>  2009-02-24 22:14:49 ---
You can do this today using existing string processing functions:
cast the URI to a string, use substring-after to remove the "data:"
and then process the base64 data as if from a string, e.g. with a
base64Binary constructor.

So, closed as WONTFIX; if you feel we're missing a reason why we need this,
please reopen. 

Thanks!


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 24 February 2009 22:14:59 UTC