Huditsch Roman wrote: > I know that my commands seem to be a bit overly complex, > but I haven't yet found out how to reuse variables within a parameter > attribute. > Therefore I am <cfg:get>ing the appropriate variable and pass it the the > parameter attribute as "%_". > Is that the way it should work?
Yes, but the question that you need to ask yourself is: do I really need XPath-variables ($stuff) to implement this macro? For simple macros, macro-variables (%stuff) are generally sufficient. > I also tried something like parameter="$var" but with no sucess. Right.

