RE: xsl self-documentation - trace

Subject: RE: xsl self-documentation - trace
From: "Pawson, David" <DPawson@xxxxxxxxxxx>
Date: Tue, 27 Jun 2000 16:11:27 +0100
Thorbjørn Ravn Andersen


>I would still like to see a simulation of the output desired 
>from a trace-run, since that will most likely clarify matters a lot.

>From my own limited experience, the things I want to know
about the action of a stylesheet...


1. This template has been triggered
  (present solution is:
     <xsl:template match="blah"> ****************
     The row of stars is either there or not and is easy to spot.

2. What elements are being caught by the default template?

   present solution
  <xsl:template match="*">
   ********Element <xsl:value-of select ="name(..)"/>/<xsl:value-of
select="name()"/>********
  </xsl:template>

Erroneous output thereafter I can check with an XML parse.

Perhaps others could add 
 What they do,
 what they would like to see?


Regards, DaveP


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


Current Thread