Re: Stripping or converting HTML tags2004-10-19 08:10:41On 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
|
|