xsl-list
[Top] [All Lists]

Re: [xsl] Diagram of XPath axes

2012-05-25 12:14:08
At 2012-05-25 17:25 +0100, Andrew Welch wrote:
> I don't think "except" works because that would be everything before and
> after but not current.

You're right it doesn't work...

The only non-sibling-recursion technique I can think of now is a no-op
template along the lines of:

<xsl:template match="*[. >> $target]"/>

> Would "up to" cover off your concerns for procedural connotations?

hmm now that I've understood it a little better, maybe 'remove', eg
select="//* remove *[. >> $target]"

Well, for that particular expression I think "except" works just fine.

It was when the right hand side referenced current() that I thought it didn't work. I think the intent of the "until" was to be able to cite a singleton on the right hand side.

. . . . . . . . Ken

--
Public XSLT, XSL-FO, UBL and code list classes in Europe -- Oct 2012
Contact us for world-wide XML consulting and instructor-led training
Free 5-hour lecture: http://www.CraneSoftwrights.com/links/udemy.htm
Crane Softwrights Ltd.            http://www.CraneSoftwrights.com/s/
G. Ken Holman                   mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Google+ profile: https://plus.google.com/116832879756988317389/about
Legal business disclaimers:    http://www.CraneSoftwrights.com/legal


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>