RE: [xsl] namespace required in transform

Subject: RE: [xsl] namespace required in transform
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Sat, 20 Jul 2002 17:55:04 +0100
> I've created a transform that takes an xml file, not knowing 
> what is in it, just resolves any references between documents 
> or within document, and results in one big xml file, with all 
> relevant information contained.
> 
> My problem is it seems I have to declare all the namespaces 
> in my first xml document, in the transform file as well.  I 
> get "Exception:  System.Xml.Xsl.XsltException: Prefix 
> 'whatevernamespace' is not defined." 
> This goes away if I add the namespace to the transform.  

You only need to declare namespaces in the stylesheet when you refer to
the names in the stylesheet. If you process elements generically (eg.
using select="*"), then you don't need to declare their namespaces.

Show us your code and we'll show you your error...

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread