[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Total of calculated values from separate templates.


Subject: Re: [xsl] Total of calculated values from separate templates.
From: Neil Williams <linux@xxxxxxxxxxxxxx>
Date: Fri, 3 Mar 2006 12:11:46 +0000

On Friday 03 March 2006 11:23 am, Neil Williams wrote:
> I can't see how to:
> 1. Remove the spurious namespaces from the generated <html> tag.

Done that now.
<xsl:stylesheet version="1.1" 
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 xmlns:qof-qsf="http://qof.sourceforge.net/"
 xmlns:html="http://www.w3.org/1999/xhtml"
 xmlns:doc="http://xsltsl.org/xsl/documentation/1.0"
 xmlns:dt="http://xsltsl.org/date-time"
 xmlns:date="http://exslt.org/dates-and-times"
 xmlns:str="http://xsltsl.org/string"
 exclude-result-prefixes='qof-qsf doc date dt str'>

-- 

Neil Williams
=============
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/


Current Thread