Re: [xsl] Newbie question--applying templates, selecting paragrap hs

Subject: Re: [xsl] Newbie question--applying templates, selecting paragrap hs
From: Joerg Heinicke <joerg.heinicke@xxxxxx>
Date: Fri, 24 May 2002 10:11:13 +0200

 <xsl:stylesheet
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
   xmlns:xhtml="http://www.w3.org/1999/xhtml";
   version="1.0">

and use the xhtml prefix in the match pattern:

<xsl:template match="xhtmldiv[@class='mgronly']"/>


Hello Kathryn,

sorry, but I have not seen the namespace. One little typo is still in J.P.'s stylesheet. It has to be "xhtml:div[@class='mgronly']"/>, so the colon was missing.

Joerg


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread