Re: [xsl] Pattern notation for preceding-sibling

Subject: Re: [xsl] Pattern notation for preceding-sibling
From: "Heiko Niemann kontakt@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Aug 2014 22:50:28 -0000
Abel and Michael, thanks for clarification.


/foo/E/*[name() = ('A','N')] was a typo (sorry), I meant

/foo/E/preceding-sibling::*[name() = ('A', 'N')]


>>
>> /foo/E/preceding-sibling::(A,N)
>
> Indeed, this is currently disallowed syntax.
>
>>

Is there a discussion to allow this syntax?


Regards,
Heiko

Current Thread