[
Lists Home |
Date Index |
Thread Index
]
On Thu, 2004-12-30 at 23:56 +0000, Miles Sabin wrote:
> Uche Ogbuji wrote,
> > On Thu, 2004-12-30 at 23:08 +0000, Miles Sabin wrote:
> > > Uche Ogbuji wrote,
> > >
> > > > I can imagine a SAX impl sending multiple startElement('label')
> > > > events in parallel.
> > >
> > > This wouldn't be a SAX parser ... the only ContentHandlers
> > > implementations which would work with it would be ones that were
> > > explicitly coded to expect that kind of behaviour.
> >
> > I don't understand this point. Of course such a SAX parser would be
> > to a non-parallelized SAX parser much as a Java SAX parser is to a
> > Python SAX. You can't share implementations from one to another.
> >
> > SAX has never been cross-platform in anything except for vague name.
>
> Cross-platform? Who said anything about cross-platform? What you're
> suggesting would prevent interoperability between parsers on the same
> platform.
You define "platform" however you like. It's not relevant to the issue.
If I can't invoke a Python ContentHandler from a Java driver while both
are running on the same Fedora Core 3 Linux installation (does that
count as same platform?), why is this a lesser interoperability failure
than the possible inability to run a use a parallelized driver with an
arbitrary ContentHandler?
--
Uche Ogbuji Fourthought, Inc.
http://uche.ogbuji.net http://4Suite.org http://fourthought.com
Use CSS to display XML - http://www.ibm.com/developerworks/edu/x-dw-x-xmlcss-i.html
Full XML Indexes with Gnosis - http://www.xml.com/pub/a/2004/12/08/py-xml.html
Be humble, not imperial (in design) - http://www.adtmag.com/article.asp?id=10286
UBL 1.0 - http://www-106.ibm.com/developerworks/xml/library/x-think28.html
Use Universal Feed Parser to tame RSS - http://www.ibm.com/developerworks/xml/library/x-tipufp.html
Default and error handling in XSLT lookup tables - http://www.ibm.com/developerworks/xml/library/x-tiplook.html
A survey of XML standards - http://www-106.ibm.com/developerworks/xml/library/x-stand4/
The State of Python-XML in 2004 - http://www.xml.com/pub/a/2004/10/13/py-xml.html
|