[xsl] how to add a namespace to the output xml

Subject: [xsl] how to add a namespace to the output xml
From: "Sam Carleton" <scarleton@xxxxxxxxxxxxxxxx>
Date: Thu, 19 Oct 2006 11:57:35 -0400
I am trying to transform some xml to xml.  The destination xml needs
to have a namespace so that the Microsoft .Net code and consume it
correctly.  Here is what I need it to look like:

<SummaryViewDataSet xmlns="http://www.miltonstreet.com/SummaryViewDataSet.xsd";>
<!-- more stuff here, of course -->
</SummaryViewDataSet>

How do I get the
'xmlns="http://www.miltonstreet.com/SummaryViewDataSet.xsd";' added to
the output xml?

Sam
--
Miltonstreet Photography
http://www.miltonstreet.com

Current Thread