[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Need a programmic way to read xslt file, and dete

Subject: RE: Need a programmic way to read xslt file, and determine the mappings defined.
From: "Bill Riegel" <BRiegel@xxxxxxx>
Date: Mon, 8 Nov 2004 09:01:34 -0600
reverse engineer xslt
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.

Background: My app uses xslt to translate data model A to data model B.
My user wishes to not to write certain attributes in a table in data
model B.
He selects the attributes to mask. I would then like to inform him of
the source that was used to map to that target attribute, and inform him
of what other targets that same source was mapped to.

So I need to something to parse the xslt file, and expose interfaces
that allow me to easily determine this mapping.

Bill Riegel
LandMark Graphics
713-839-3388

-----Original Message-----
From: Jarno.Elovirta@xxxxxxxxx [mailto:Jarno.Elovirta@xxxxxxxxx]
Sent: Monday, November 08, 2004 8:52 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  Need a programmic way to read xslt file, and
determine the mappings defined.

Hi,

> Yes, I want to reverse engineer the logic in the xslt file.

Umm... ok. If your stylesheet is more or less a 1:1 mapping, then write
a stylesheet that processes your stylesheet, going throught every
element in non-xslt namespace and all xsl:elements. For each, find the
first ancestor xsl:template or xsl:for-each, and make an educated guess
based on the match or select attribute. I suppose you didn't write the
original stylesheets yourself if you have to reverse engineer them?
Anyhow, I'd still recommend going throught the stylesheets manually, as
XSLT allows you to do all sort of funky things that make reversing the
logic less than trivial.

Cheers,

Jarno

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.