| 
 
Subject: Re: [xsl] Newbie question--applying templates, selecting paragrap hs From: "J.Pietschmann" <j3322ptm@xxxxxxxx> Date: Fri, 24 May 2002 02:21:28 +0200  | 
Thanks for your reply! I tried what you suggested, but unfortunately it still copied all the paragraphs, including the paragraphs in the <div class="mgronly"> tags. This is the XSL file I ended up with . . .
The problem is that your div elements exist in the XHTML namespace. Declare the namespace in your style sheet:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xhtml="http://www.w3.org/1999/xhtml" version="1.0">
HTH J.Pietschmann
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Newbie question--applying, Grant-Kathryn | Thread | Re: [xsl] Newbie question--applying, Joerg Heinicke | 
| Re: [xsl] Newbie question--applying, Grant-Kathryn | Date | Re: [xsl] xsl:key (use attribute), J.Pietschmann | 
| Month |