in reply to 8-bit Clean XML Data I/O?

Try XML::Smart. It handles ASCII contents and binary contents automatically. Soo, if you put some binary data, let's say, and JPEG, as a content of a node, it will be automatically converted to base64. Also it will load and decode automatically base64 contents. Note that this approach is a recomendation of binary handleing at XML.com.

Enjoy! ;-P

Graciliano M. P.
"Creativity is the expression of the liberty".

Replies are listed 'Best First'.
Re: Re: 8-bit Clean XML Data I/O?
by samtregar (Abbot) on Feb 21, 2004 at 03:51 UTC
    Very interesting. I think it might be too much work to convert my app to use XML::Smart, but I might be able to adopt this approach. It seems very sensible.

    -sam