RE: Using XHTML generated with W3C tidy.

Subject: RE: Using XHTML generated with W3C tidy.
From: Thorbjørn Ravn Andersen <TRA@xxxxxxxx>
Date: Fri, 8 Sep 2000 16:03:24 +0200
Dave Parson hinted me by email (that's why I state it here) that I have a name space problem.

By adding a declaration for the XHTML namespace and explicitely testing for it, I can see that the template matches.  Thanks!  Now I can continue on Monday :-)

Revised head of XSL file:



<xsl:stylesheet version="1.0" 
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
	        xmlns:xhtml="http://www.w3.org/1999/xhtml";
>
<xsl:output encoding="iso-8859-1"/>

<xsl:template match="xhtml:table">
  TARGET


-- 
  Thorbjørn Ravn Andersen             "...and...Tubular Bells!"
  http://bigfoot.com/~thunderbear


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread