Re: [xsl] XSL checkbox

Subject: Re: [xsl] XSL checkbox
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 18 May 2004 17:04:58 +0100
> thank you....is work but not in Pocket IE:((((

the quoted stylesheet isnt xslt so shouldn't work anywhere.

<xsl:stylesheet xmlns:xsl="uri:xsl">

XSLT has to be in the XSLT namespace and has to have a version attribute.


<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

...

David


-- 
The LaTeX Companion
  http://www.awprofessional.com/bookstore/product.asp?isbn=0201362996
  http://www.amazon.co.uk/exec/obidos/tg/detail/-/0201362996/202-7257897-0619804


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread