[ http://nagoya.apache.org/jira/browse/XALANJ-955?page=history ]

Henry Zongaro updated XALANJ-955:
---------------------------------

      Assign To:     (was: Xalan Developers Mailing List)
           type: New Feature  (was: Bug)
    Description: 
what do you think about adding a attribute to xsl:output e.g. xalan:debug
which would cause all <template match=""> invokation to emit a comment into the
resulting tree :
xml:
<testtag/>

xsl:
...
<xsl:template match="testtag">
  <h1>tralala</h1>
</xsl:template>

generated html:
<!-- testtag:beg -->
<h1>tralala</h1>
<!-- testtag:end -->

This would aid debuging transformation results a lot (I belive) !

  was:
what do you think about adding a attribute to xsl:output e.g. xalan:debug
which would cause all <template match=""> invokation to emit a comment into the
resulting tree :
xml:
<testtag/>

xsl:
...
<xsl:template match="testtag">
  <h1>tralala</h1>
</xsl:template>

generated html:
<!-- testtag:beg -->
<h1>tralala</h1>
<!-- testtag:end -->

This would aid debuging transformation results a lot (I belive) !

    Environment: 
Operating System: Other
Platform: Other

  was:
Operating System: Other
Platform: Other

       Priority: Minor
    Bugzilla Id:   (was: 7946)

> xsl:output idea debug comments
> ------------------------------
>
>          Key: XALANJ-955
>          URL: http://nagoya.apache.org/jira/browse/XALANJ-955
>      Project: XalanJ2
>         Type: New Feature
>   Components: Xalan
>     Versions: 2.3Dx
>  Environment: Operating System: Other
> Platform: Other
>     Reporter: Stefan Kost
>     Priority: Minor

>
> what do you think about adding a attribute to xsl:output e.g. xalan:debug
> which would cause all <template match=""> invokation to emit a comment into 
> the
> resulting tree :
> xml:
> <testtag/>
> xsl:
> ...
> <xsl:template match="testtag">
>   <h1>tralala</h1>
> </xsl:template>
> generated html:
> <!-- testtag:beg -->
> <h1>tralala</h1>
> <!-- testtag:end -->
> This would aid debuging transformation results a lot (I belive) !

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to