Re: Step identifiers

Norm suggested that I use fn:static-base-uri to get the URI of the step 
and that works.  With that I should be able get the other two properties 
using fn:document(fn:static-base-uri())/*/@name and 
fn:document(fn:static-base-uri())/*/@type.  Thank you Norm.

Sheila

On 15/07/2025 21:29, Sheila Thomson wrote:
> I have another reflection question.  Is there a way to get any of the 
> following from within a step about itself:
>
> * name (/p:declare-step/@name)
>
> * type (/p:declare-step/@type)
>
> * URI
>
> Kind regards,
>
> Sheila Thomson
>
>

Received on Tuesday, 15 July 2025 21:05:48 UTC