Subject: RE: Generating xmlns attribute in root element
From: Graham Hannington <Ghannington@xxxxxxx>
Date: Wed, 12 Nov 2003 11:54:46 -0000
|
David, Michael,
Thank you very much. This (specifying the default namespace, right?) is what
I needed:
> or more commonly, and usefully if you have more than one template:
> <xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml">
------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|