Re: [xsl] Stripping or converting HTML tags

Subject: Re: [xsl] Stripping or converting HTML tags
From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx>
Date: Tue, 19 Oct 2004 11:10:41 -0400
On Oct 19, 2004, at 11:05 AM, Aaron Johnson wrote:

It occurred to me right as I sent the mail that perhaps I could hard code a
<p> tag in with an <xsl:value-of select> function.

No; don't use value-of. That will only give you the paragraph content, and you'll miss everything else (q, em, i, b, etc., etc.).


Bruce

Current Thread