Re: [xsl] how to understand a complex stylesheet

Subject: Re: [xsl] how to understand a complex stylesheet
From: Kevin Jones <kjones@xxxxxxxxxxx>
Date: Tue, 14 Dec 2004 19:25:41 +0000
On Tuesday 14 December 2004 19:19, Colin Paul Adams wrote:
>     Robert> You could use (something like) OxygenXML's
> XSL debugger Robert> (http://oxygenxml.com) to step
> through a Robert> transformation. That would give you the
> info you need, I Robert> think??
>
> Or examine trace output from a transformation.

I often convert the output of a processor profile 
information into graphical call graphs for this purpose. 
Profile output is fairly well suited for the task as you 
can graphically highlight a template relative to its use in 
the transform making the graphs easier to read.

Kev.

Current Thread