RE: [xsl] xslt not working

Subject: RE: [xsl] xslt not working
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 22 Jan 2005 17:26:30 -0000
This usually means that none of your template rules are matching, and all
the output is produced by the built-in default rules. The usual reason that
none of the template rules match is that you have declared a default
namespace in your source document.

If you want answer that aren't guesses, you'll have to show us your source
XML and XSLT code.

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

> -----Original Message-----
> From: Touchtel [mailto:omprakashv@xxxxxxxxxxxxxxxxx] 
> Sent: 22 January 2005 12:27
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] xslt not working
> 
> Hi all,
>     I have this stylesheet that worked fine with 
> oraclexmlparserv2. I now
> run the same stylesheet with xalan and saxon-b8.2 and all I 
> get is only the
> content (text ) nodes. Any idea why this might be happening.
> 
> Regards,
> Omprakash.V

Current Thread