Re: [xsl] html as input to xslt

Subject: Re: [xsl] html as input to xslt
From: Owen Rees <owen.rees@xxxxxx>
Date: Wed, 05 Sep 2007 09:12:23 +0100
--On Tuesday, September 04, 2007 07:07:12 PM -0400 Lou Iorio wrote:

<xsl:template match="//div[@class='header']">

The input is in the XHTML namespace and has class="navheader" so this needs to be


<xsl:template match="xhtml:div[@class='navheader']">

Note also that the copying preserves the namespace of the input elements which may not be what you want given that you have specified html as the output method.

--
Owen Rees; speaking personally, and not on behalf of HP.
========================================================
Hewlett-Packard Limited.   Registered No: 690597 England
Registered Office:  Cain Road, Bracknell, Berks RG12 1HN

Current Thread