This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Newbie question--applying templates, selecting paragraphs



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]