[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xml-dev] XML Validation in Fortran
> Unfortunately though, all of the Fortran XML Parsers that I've been able
> to find from Google and from the links people have posted here (Thanks
> for that by the way) are unable to actually validate the XML.
What about the standard FORTRAN solution -- CALL a C library ?
Then you can use a C parser such as libxml or RXP.
|