Subject:Can StylusStudio XML Enterprise do this? Author:Christopher Atkins Date:15 Jun 2005 11:27 AM
I have an XSL document that maps schema A to schema B. Is it possible to automatically reverse that mapping, i.e. to generate an XSL document that maps schema B to schema A?
Subject:Can StylusStudio XML Enterprise do this? Author:(Deleted User) Date:15 Jun 2005 01:23 PM
No, Stylus Studio can not do the automatic reverse mapping.
The reason is unless your mappings are very simple and all of them are direct mapping from A to B, there is not clear reverse logic to be automatically established. For example, you have concat function concat three source node into one target, we don't know how to reverse this mapping. also some structure transformation only make sense from A to B, but not B to A and how do you reverse xsl:choose block...etc