XML

Programming tools related to XML

Writing IEEE Floating-Point C++ Data as Decimal Text

Tags:

Here are my notes on writing floating-point binary data as decimal strings, including within XML nodes. My concern is with IEEE 754-2008 Floating-Point binary values, and really only with the single- (C/C++ float) and double-precision (C/C++ double) forms, not the extended forms.

Avoiding Round-Off Errors in the Round Trip

Working With DocBook XML On Mac OS X

Here is what I did to my Mac OS X 10.4 environment to work with DocBook XML.

Syndicate content