Namespace attribute for steps that take wrappers?

Hello world,

Consider this example:

  <p:rename match="/*" new-name="x:foo"/>

All well and good, but suppose that you're *generating* this step
with, for example, and XSLT transformation. I expect that it's
possible to make sure that a namespace binding is generated, but I'm
not sure that a conformant XSLT processor is required to support that.

I wonder if we should allow

  <p:rename match="/*" new-name="x:foo" new-namespace="http://..."/>

Thsi would apply to p:rename, p:wrap-sequence, and other steps that
allow the user to specify a QName.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Time sneaks up on you like a windshield
http://nwalsh.com/            | on a bug.--John Lithgow

Received on Tuesday, 1 December 2009 10:58:57 UTC