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]
Other format: [Raw text]

Re: XSL Generator in XSL.


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@firstam.com>
To: <xsl-list@lists.mulberrytech.com>
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


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