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.
Bill Riegel
LandMark Graphics
713-839-3388
-----Original Message-----
From: Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com
[mailto:Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com]
Sent: Monday, November 08, 2004 9:41 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.
Hi,
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.
Why do you want to
mapping -> Java code -> XSLT stylesheet -> Java code -> mapping'
When you could do
mapping -> Java code -> XSLT stylesheet
mapping -> Java code' -> mapping'
I.e. use the original data you have to generate the stylesheets to also
generate the data you'd get from reverse engineering?
Cheers,
Jarno
--+------------------------------------------------------------------
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>
--+--