Developer forum

Forum » Templates » Using DW tags in XSLT

Using DW tags in XSLT

Ton Martens
Reply

How can I use DW tags in an XSLT, like <!--@DwTemplateTags-->

Thanks

 


Replies

 
Sten Hougaard
Reply

Hi Ton,

You should make a copy-of at the point where you want to see the XML available.

 

<textarea class="DWXTT">
<xsl:copy-of select="." />
</textarea>

It will add a TEXTAREA containing all the XML at the point where this code has been added.

 

 

 

Med venlig hilsen/Best regards,

 

Sten Hougaard

Webudvikler

 

A: København/Aarhus . W: www.1stweb.dk

 

 

 

You must be logged in to post in the forum