Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, March 2002
Base64, xslt


Message 1 in thread

Hi,

i need to encode some binary data in base64 so i can put it into a an xml
document.  I looked a QMimeSource and QMimeSourceFactory but it wasn't
aparant to me that it would do what i need (simply encode/decode some binary
data and return me a QString).

I'm using qt 2.2.3.  If there is no Qt class for doing this can someone
recommend a good cross platform c/c++ library/sample code that will do the
job?

I was also curious if xsl is going to be supported by the Dom classes at any
time soon.  I would really like to be able to apply an xsl transformations
to my xml docs to get them to match other schemas.

Cheers,

R