xsl-list
[Top] [All Lists]

Re: [xsl] html as input to xslt

2007-09-05 01:12:31
--On Tuesday, September 04, 2007 07:07:12 PM -0400 Lou Iorio wrote:

  <xsl:template match="//div[(_at_)class='header']">

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

 <xsl:template match="xhtml:div[(_at_)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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>