This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Round trip: Binary -> XML -> Binary


> I would now like to be able to round-trip the file back to 
> its original 
> binary state. My thought is to use an output method of 'text' 
> and emit 
> base64-encoded data which can then be decoded by a base64 
> utility back to 
> the original binary.
> 
> Is there a way to emit binary directly? I'm not aware of any 
> but wanted to 
> ask just in case.

Most of the Java XSLT processors allow you to feed the result tree
directly into a user-written SAX ContentHandler, from which you can
serialize it any way you like.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]