Re: [xsl] xsl:copy-of O.K. on RTF, but nothing on <EMPTY/> element content (?)

Subject: Re: [xsl] xsl:copy-of O.K. on RTF, but nothing on <EMPTY/> element content (?)
From: "Mike Haarman" <mhaarman@xxxxxxxxxxxxxxxxxx>
Date: Thu, 1 May 2003 13:22:35 -0500
----- Original Message ----- 
From: "William Reilly" <wreilly@xxxxxxxxxxx>

>    <xsl:when test="$msg-fill-contents">

William,

Forgive me if I don't catch all your questions, but the main one may be
addressed by recalling that an RTF is a string which can be copied directly to
the result tree.  You can test on its length(), among other string properties it
may answer to: contains(), starts-with(), et.al.

But you'd rather be working with a nodeset here, I think.

hth,

Mike


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


Current Thread