Howdy, Rod:

> >> 3.  Tool support in many languages and environments.
> >
> >  The brunt  seems to be  with Java.  Most everything else
> >  seems to me to be comparatively thin support.  Does that
> >  jibe with what you see?
> 
> No, try this list.
> 
> Perl, Python,  PHP,   Java, Progress, Delphi,   C++,  and I
> suspect many others I'm not familiar with.

Okay, this was how it looked to me last time I investigated:

Perl, Python, PHP all use the same xml parser -- expat, a
non-validating SAX parser.  That, or they offer other
non-validating native implementations.

Java has JAXP, the interchangable parser, numerous validating
parsers (both SAX and DOM), strong XML support from IBM, and
more.

So when I say "comparatively thin", I mean thin compared to
Java.

-jeff

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to