Re: [xsl] Parsing problem + unknown in built xsl template appearance while debugging

Subject: Re: [xsl] Parsing problem + unknown in built xsl template appearance while debugging
From: "andrew welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 20 Jun 2006 11:29:55 +0100
On 6/20/06, Karl <call14@xxxxxxxxx> wrote:
Hello,

I have a valid xml and was trying to render an html output using an
xsl file. The xml-xsl produces output if I do it thro stylus studio
or MS-Word. However, if I use xmlspy's "xsl transformation"
option, it hangs.

But when tried using debugging, I can see it works thro (not
completely tested as the file is big) and to my surprise notices it
jumps to a
"Built in templates" for a <xsl:apply-templates/>. My Q is
1.      From where this built in templates comes, as this section of code
is never appears in my file and neither do I include or import any
other xsl.

Have a read of: http://www.dpawson.co.uk/xsl/sect2/defaultrule.html


cheers
andrew

Current Thread