xsl-list
[Top] [All Lists]

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

2004-11-08 23:17:53
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