Subject: RE: xsl to xsl
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 3 Apr 2001 23:55:39 +0100
|
> Hello,
> I'm trying to output an xsl using xsl and am having a hard time
> distinguishing which parts i want the processor to actually
> process and
> which parts are meant to be straight output.
Use different namespaces for the two cases: the normal namespace for the
instructions you want to be processed, and a different namespace for the
output instructions. Then use <xsl:namespace-alias> to translate the output
namespace to the usual XSLT namespace.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|