RE: [xsl] namespace inheritance troubles using xsltproc and xhtml1.1

Subject: RE: [xsl] namespace inheritance troubles using xsltproc and xhtml1.1
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Wed, 18 May 2005 12:26:46 +0000
Douglas, try using exclude-result-prefixes, as in :

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


From: "Douglas R. Hoffman" <douglas.hoffman@xxxxxxxxx>
Subject: [xsl] namespace inheritance troubles using xsltproc and xhtml1.1


What should I change in the following xslt and/or xml files to remove xmlns:html="..." attibutes on the output's html tag as generated by 'xsltproc index.xml index.xsl > index.html'

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Current Thread