OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] SaxXPathFragmentFilter - Reduse large DOM trees using a SAX XPath cutter!



Maybe you could revive that feature, you more than any other knows 
XPath, an XSLT, that I know of  (I read your book!). Or if you find 
time, share a few tips how to make this filter better.

Regards, Niels Peter

On onsdag, november 28, 2001, at 04:28 , Michael Kay wrote:

>> I have made an experimental SAX XMLFilter. It allows you to
>> "filter" out
>> the information in an xml document that you want to work with
>>  - using
>> xpath - and skip the rest.
>
> Neat idea.
>
>> The xpath support is very limited for now...
>
> You're not the first to identify the need for a "serial subset" of 
> XPath, by
> which I basically mean a pattern that can be evaluated against a node
> knowing only the attributes, ancestors, and attributes of ancestors of 
> that
> node. In fact, back in the days when Saxon was a serial SAX-based
> transformer, I had a rather similar subset myself! XML Schema now uses a
> rather smaller "serial subset" than yours.
>
> Mike Kay
>
>
> -----------------------------------------------------------------
> 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>
>