xsl-list
[Top] [All Lists]

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

2004-11-08 08:32:15
The xslt files read will be created by processes that I control. So I do
not have to worry about any and every type of xslt construct. I can
control how to create the xslt files to make it easier to re-interpret
them. 

I could place the knowledge somewhere else, but I thought it wiser to
use the active mapping file. 


Bill Riegel
LandMark Graphics
713-839-3388

-----Original Message-----
From: David Carlisle [mailto:davidc(_at_)nag(_dot_)co(_dot_)uk] 
Sent: Monday, November 08, 2004 9:19 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Need a programmic way to read xslt file, and
determine the mappings defined.


  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
________________________________________________________________________

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--