[
Lists Home |
Date Index |
Thread Index
]
> 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.
|