RE: [xsl] Need a programmic way to read xslt file, and determine the mappings defined.

Subject: RE: [xsl] Need a programmic way to read xslt file, and determine the mappings defined.
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Tue, 9 Nov 2004 08:17:53 +0200
Hi

> Workflow:
> 	User runs logic to create xslt file, its serialized.
> 	Some time later the User re-selects the xslt file to be
> analyzed.
>
> 	Need to use the xslt file as an input.

When you generate the stylesheet, could you also generate another file that
contains the mappings and then analyze that instead of the actual stylesheet?
If not, then annotate the stylesheet literal result elements (and xsl:element
generated element nodes) with an identifier, as suggested by David.

Cheers,

Jarno

Current Thread