xsl-list
[Top] [All Lists]

AW: Stripping or converting HTML tags

2004-10-19 08:13:01
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(_at_)myrealbox(_dot_)com] 
Gesendet: Dienstag, 19. Oktober 2004 17:11
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--



**********************************************************************
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
**********************************************************************



<Prev in Thread] Current Thread [Next in Thread>
  • AW: Stripping or converting HTML tags, Huditsch Roman <=