[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Creating a binary file

Subject: RE: Creating a binary file
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 1 Apr 2003 09:27:30 +0100
creating a binary file
> I'd like to create a (proprietary) binary file, on the 
> Windows platform, using a XSL transformation.

You can get 95% of the way with XSLT, by generating an XML
representation of the binary file. The final 5% will need some custom
code: for example, a home-grown serializer.

You will need to decide how to represent the bytes in your XML
representation. Most byte values (20-FF) can be represented using the
Unicode character whose codepoint is numerically the same as the byte
value. For the other values, various representations are possible, for
example a processing instruction <?x01?>. Or you might prefer to
generate the whole thing as base64 text and then convert it to binary as
a post-processing phase.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 



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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.