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: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 8 Nov 2004 15:18:30 GMT
  No, my desire is to get a xslt file and with java determine the mapping.
  Then determine how to reverse eng the process to find my source. 


what do you want the system to do with

<xsl:template match="*">
 <foo/>
</xsl:template>

<foo/> in the result could have come from anywhere...

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread