[
Lists Home |
Date Index |
Thread Index
]
XPP3 doesn't support any validation directly, though the XMLPull
interface should allow it to be layered on top if anyone is so inclined.
I don't know about the Xerces-based implementation of the XMLPull API.
Since Xerces implements Schema support this may be included, but I've
never looked into the details.
- Dennis
Bill Riegel wrote:
>Does XPP3 support XML Schema ?
>
>Bill Riegel
>LandMark Graphics
>713-839-3388
>
>-----Original Message-----
>From: Dennis Sosnoski [mailto:dms@sosnoski.com]
>Sent: Monday, February 24, 2003 12:56 PM
>To: Martin Soukup
>Cc: xml-dev@lists.xml.org
>Subject: Re: [xml-dev] Parsing Performance
>
>Martin Soukup wrote:
>
>
>
>>Live data feeds. Yes, I think you might be right, but what option do I
>>have other than SAX?
>>
>>
>>
>Your best non-SAX option is probably XMLPull (http://www.xmlpull.org).
>The two packaged implementations do not support DTDs, though if you need
>DTD support there's also a link for CVS code to an implementation based
>on Xerces. I haven't tried out the Xerces-based implementation, but use
>the XPP3 one all the time - it's as fast as the fastest SAX2 parsers,
>and for many applications the XMLPull API is much easier to work with
>than SAX.
>
> - Dennis
>
>
>-----------------------------------------------------------------
>The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
>initiative of OASIS <http://www.oasis-open.org>
>
>The list archives are at http://lists.xml.org/archives/xml-dev/
>
>To subscribe or unsubscribe from this list use the subscription
>manager: <http://lists.xml.org/ob/adm.pl>
>
>-----------------------------------------------------------------
>The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
>initiative of OASIS <http://www.oasis-open.org>
>
>The list archives are at http://lists.xml.org/archives/xml-dev/
>
>To subscribe or unsubscribe from this list use the subscription
>manager: <http://lists.xml.org/ob/adm.pl>
>
>
>
|