RE: [xsl] Namespaces in XMLSpy

Subject: RE: [xsl] Namespaces in XMLSpy
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 3 Mar 2005 22:37:42 -0000
If you have a namespace declaration such as xmlns="yyyyy" in your outermost
element, this changes the name of every element in your document, and your
stylesheet must be changed to match the new names.

Michael Kay
http://www.saxonica.com/ 

> -----Original Message-----
> From: Jonathan Marenus [mailto:jonathanmarenus@xxxxxxxxx] 
> Sent: 03 March 2005 22:10
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Namespaces in XMLSpy
> 
> 
> Ok, here's my problem:
> 
>       I have both a namespace and a schema as
> attributes in my root element.  I am using XMLSpy to
> transform the file, and for some unknown reason, it is
> copying the entire original file into output instead
> of making the changes that I specify in the XSL file. 
> If I delete those attributes, the XSL transformation
> is successful, but I need to find a way for it to work
> with the namespace and schema attributes in there.  I
> am not sure if this problem is specifically related to
> XMLSpy.  It could be that I need to add something in
> my XSL code or even a change in settings in XMLSpy,
> but either way, I need this resolved as soon as
> possible so any feedback would be greatly appreciated.
>  Thanks.
> 
> Jonathan Marenus
> 
> 
> 	
> 		
> __________________________________ 
> Celebrate Yahoo!'s 10th Birthday! 
> Yahoo! Netrospective: 100 Moments of the Web 
> http://birthday.yahoo.com/netrospective/

Current Thread