This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Using XHTML generated with W3C tidy.



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]