With one caveat: most XSLT tools that I’ve seen focus on transfroming XML to HTML. Not boring, but not what I’m looking for. I would like XML to XML transformation.
Consider this UseCase:
User starts XSLT Transform Wizard plugin:
Enters ‘source’ XSD/DTD document (required)
Enters ‘source’ XML document that conforms to above (optional)
Enters ‘destination’ XSD/DTD document (required)
Enters ‘destination’ XML document (optional)
Presented with three column GUI:
On left is the source DOM (tree view)
The middle is empty (for now)
On right is destination DOM (tree view)
User clicks and drags source entity to destination. Center column displays line to show mapping.
User right clicks mapping line to enter constriants on transform.
On save: MyEclipse creates XSLT file for above.
On run: MyEclipse reads source XML, applies XSLT, displays destination XML
Of course, there’s no reason that an HTML person couldn’t load the XHTML XSD if they want. But please don’t think that that’s the only reason that folks wanna transform XML.
Take care and keep up the good work!!