- From: Norm Tovey-Walsh <ndw@nwalsh.com>
- Date: Thu, 17 Apr 2025 09:58:43 +0100
- To: <denis.maier@unibe.ch>
- Cc: <xproc-dev@w3.org>
<denis.maier@unibe.ch> writes: > <p:for-each> > <p:with-input select="//group"/> > > <p:variable name="groupName" select="./@name"/> The p:for-each step processes a sequence of documents, not elements. You’re asking for the name attribute of the document. Try: <p:variable name="groupName" select="/group/@name"/> Be seeing you, norm -- Norm Tovey-Walsh <ndw@nwalsh.com> https://norm.tovey-walsh.com/ > Oh well, no matter what happens, there's always death.--Napoleon
Received on Thursday, 17 April 2025 08:58:51 UTC