[ANN] FoX - an XML toolkit for Fortran
- From: Toby <tow@xxxxxxxxxxx>
- Date: Fri, 28 Mar 2008 10:30:54 -0700 (PDT)
I'd like to present FoX; a standards-compliant XML toolkit written
purely in Fortran 95.
With the public release of version 4.0, FoX now supports the whole of
XML 1.0 as a
fully validating parser, tested against the W3C XML testsuite.
FoX also understands all of XML Namespaces, xml:id and xml:base.
It provides both input and output APIs
* the output API is a streaming writer which guarantees the well-
formedness of all XML output.
* the input API provides both a SAX-like interface, offering all the
features of SAX version 2,
and a full W3C-compliant DOM (tested against the W3C DOM testsuite),
covering all of Core
Levels 1, 2, and most of 3.
FoX is completely written in Fortran, avoiding any issues with cross-
language compatibility,
and is extensively tested across multiple compilers.
Further details can be found at:
http://www.uszla.me.uk/FoX/
The source is BSD-licensed, and is available from
http://www.uszla.me.uk/FoX/source/
--
Dr. Toby O. H. White
Dept. Earth Sciences,
Downing Street,
Cambridge CB2 3EQ
United Kingdom
Web: http://uszla.me.uk
.
- Follow-Ups:
- Re: [ANN] FoX - an XML toolkit for Fortran
- From: Reinhold Bader
- Re: [ANN] FoX - an XML toolkit for Fortran
- Prev by Date: Generic Programming - What Is the Best Method? (Was: Intelligent macros .vs. BITS)
- Next by Date: Re: what is wrong with this code?can someone walk me through this?
- Previous by thread: index function problem
- Next by thread: Re: [ANN] FoX - an XML toolkit for Fortran
- Index(es):
Relevant Pages
|
|