Objective: issue an element jj with a namespace declaration for the "unused" namespace prefix foo.
Solution (ugly): issue a junk attribute in that namespace so that the namespace is now used. <jj foo:junk="ignore" xmlns:foo="namespace.foo.com"/> Note that XSLT 2.0 will have an instruction to do what you want. .................David Marston
