xsl-list
[Top] [All Lists]

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

2006-10-19 08:57:59
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>