[Home] [By Thread] [By Date] [Recent Entries]
--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
|

Cart



