Hi, I would like to set all attributes of type xml:lang in my document to some value that the user should be allowed to choose. For some reason, I don't want to use XSLT for this, but am rather intending to develop a macro command for this task.
Is there anything like a looping construct within XXE's commands that I could use to iterate over the element nodes, calling putAttribute on each of them? Or is it possible to have a non-contiguous selection of element nodes to which I could apply putAttribute in one run? Yves P.S.: Thank you very much, Hussein, for including the new command "replaceText" in XXE v4, which I'm eager to test as soon as it will be released.

