Re: [xsl] XSL Generator in XSL.

Subject: Re: [xsl] XSL Generator in XSL.
From: "Joerg Heinicke" <joerg.heinicke@xxxxxx>
Date: Wed, 30 Jan 2002 22:38:48 +0100
Yes, it's possible to write XSL via XSL. The most obvious problem is the
namespace, but therefore exists <xsl:namespace-alias>. You can find a
complete example in the spec:
http://www.w3.org/TR/xslt#element-namespace-alias.

Regards,

Joerg

----- Original Message -----
From: "Avula, Raj" <RAvula@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, January 30, 2002 8:19 PM
Subject: [xsl] XSL Generator in XSL.


> Hi All,
> I am trying to generate xsl based on xml mapping file using xsl.
> This is becuase I want my final xsl to be clean and also I don't want to
> modify
> the xsl if mapping is modified. when ever my mapping is chnaged I will
> re-generate
> xsl using xsl generator.
> The issue I have here is whether to use xsl to generate xsl or to
> use C++.
> I started writing xsl generator using xsl and facing lot of problems.
> Have any body tried this? Is it  feasible to write it in xsl?
>
> Thanks for the help,
> Raj..


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread