Getting Namespaces into a Transform

Hello all,

Hope this isn't too off-topic, but I want to insert a schema reference
in an XSLT transform.  I need for XML document A to transform to
document B, and I need the following namespace attributes in the root
node:

<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="NewPPSSchema.xsd" .......>

more info...

</root>

Nothing I've tried seems to work.  What do I need to put into the XSLT
file to produce the above output?

Thanks much

Jim Stanley
Media Services, Inc.

Received on Tuesday, 16 November 2004 00:31:12 UTC