xsl-list
[Top] [All Lists]

[xsl] XML /XSLT Namespace problem

2007-08-22 13:46:40
My XML file looks like

<?xml version="1.0" encoding="utf-8" ?>
<NewDataSet>
....
</NewDataSet>

When I transform this into a text file using XSLT, it works perfectly ok.

But when I add a namespace to the XML file, the XSLT produces nothing.

<?xml version="1.0" encoding="utf-8" ?>
<NewDataSet xmlns="MyFeed">
....
</NewDataSet>

What changes do I need to make to the XSLT to make it work with the namespace addition.

Thank you.



--~------------------------------------------------------------------
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>
--~--