This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl self-documentation - trace


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]