[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Capturing result of in a variable
Subject: Re: [xsl] Capturing result of <xsl:apply-templates/> in a variable
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 06 Dec 2011 17:40:19 -0500
|
Hi,
On 12/6/2011 3:08 PM, Michael Kay wrote:
On a related point, people often use xsl:message to produce diagnostic
output. I often find it more helpful to put the diagnostic data in the
result document itself, so you'll see me writing stuff like
<xsl:variable name="v" select="....."/>
<debug var="$v">
<xsl:copy-of select="$v"/>
</debug>
Indeed. Plus, in 2.0 it is straightforward to post-process and do
whatever you want with the diagnostic info, or suppress it as the case
may be.
Cheers,
Wendell
--
======================================================================
Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Direct Phone: 301/315-9635
Suite 207 Phone: 301/315-9631
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
|