xsl-list
[Top] [All Lists]

Re: Stripping or converting HTML tags

2004-10-19 08:10:41

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