This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl to xsl


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]