XML inline images?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim Michaels

    #1

    XML inline images?

    How do I generate XML inline images from a MySQL database?

    I know how to output the binary data, and I am thinking something along the
    lines of mime64 encoding is probably the standard used, but I know nothing
    about the details, and what, if any, headers should be inserted into the XML
    (say, for a JPEG file), and how. any ideas?


  • R. Rajesh Jeba Anbiah

    #2
    Re: XML inline images?

    Jim Michaels wrote:[color=blue]
    > How do I generate XML inline images from a MySQL database?
    >
    > I know how to output the binary data, and I am thinking something along the
    > lines of mime64 encoding is probably the standard used, but I know nothing
    > about the details, and what, if any, headers should be inserted into the XML
    > (say, for a JPEG file), and how. any ideas?[/color]

    Are you looking this <http://www.ietf.org/rfc/rfc2397.txt> ?

    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

    Comment

    Working...