Is there a way to add a namespace into a tag introduced using x:element (or any other way)?

What I want is to gen some xml, such as

<foo:bar xmlns:foo="uri:foo" ... > ... </foo>

but done dynamically, so that foo and bar and the URI are all parameterized. In particular, I don't want to have to hardcode the namespace into the Jelly template.

The element tag has a URI parameter, but no way to introduce the the prefix itself used in the tag.

Thanks in advance,
-Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to