|
Subject: Re: [xsl] Optimising XSLT 2.0 restructuring of large SVRL files (Saxon-HE 12.9) From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Tue, 26 May 2026 08:45:01 -0000 |
that change works perfectly -- thank you!I think you had something like
Just to make sure I understand it: could someone briefly explain the semantic difference between the two formulations?
where that would be a set operation on the current-group() and the elements selected by foo which is short for child::foo which would be evaluated with the context node of the xsl:for-each-group; your context node doesn't have foo children, or at least you are not looking to exclude them, rather, from the current group, you want to exclude those that are not foo elements so that became
I think XPath 4 is going to change the semantics of the except operator, I would need to look up whether your attempted use of except would work as you intended with the new semantics.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Optimising XSLT 2.0 restr, Susanne Wunsch susan | Thread | Re: [xsl] Optimising XSLT 2.0 restr, Martin Honnen martin |
| Re: [xsl] Optimising XSLT 2.0 restr, Susanne Wunsch susan | Date | Re: [xsl] Optimising XSLT 2.0 restr, Martin Honnen martin |
| Month |