AW: [xsl] Stripping or converting HTML tags

Subject: AW: [xsl] Stripping or converting HTML tags
From: "Huditsch Roman" <Roman.Huditsch@xxxxxxxxxxxxx>
Date: Tue, 19 Oct 2004 17:13:01 +0200
Shouldn't

<xsl:template match="xhtml:table | xhtml:TABLE | xhtml:td | xhtml:TD |
xhtml:th | xhtml:TH | xhtml:tr | xhtml:TR">
    <p>
    	<xsl:apply-templates/>
    </p>
</xsl:template>

do the trick?

wbr,
Roman

-----Urspr|ngliche Nachricht-----
Von: Bruce D'Arcus [mailto:bdarcus@xxxxxxxxxxxxx]
Gesendet: Dienstag, 19. Oktober 2004 17:11
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: [xsl] Stripping or converting HTML tags


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



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

Current Thread