[xsl] Namespace declarations in the Stylsheet element

Subject: [xsl] Namespace declarations in the Stylsheet element
From: "Mia Chase" <miachase595@xxxxxxxxxxx>
Date: Wed, 15 May 2002 07:52:18 -0700
Hi,

I'm just learning XSLT, so forgive me if my question has an obvious answer. I declared a namespace as part of a stylesheet (just as an experiment really):

<xsl:stylesheet xsl:version="1.0"
               mia:version="0.0"
               xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
               xmlns:mia="http://www.fooBar.com/mia";

...
</doc>

The processor adds this namespace to my result document:

<doc xmlns:mia="http://www.fooBar.com/mia";>.../doc

I don't understand why it does this and I haven't been able to find anything in the XSLT spec that explains it.

BTW I am using XT.


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread