<concept type="a" value="aValue" id="a1"/>
<concept type="b" value="bValue" id="b1"/>
<relationship type="c" fromId="a1" toId="b1"/>
and give it examples of the output I'd like to get, like:
(a a1)
(name a1 aValue)
(b b1)
(name b1 bValue)
(c a1 b1)
and have the software automatically produce the XSLT to do this
transformation or code to do the transformation.
I realize that this is a simple example and the XSLT wouldn't be too
hard to write by hand, but in general, I'd say XSLT is difficult to
write and it would be nice if there were software like this to make
things easier.
Thanks,
Marc Mason
For XML to XML transformation you could check whether Altova's MapForce
(http://www.altova.com/mapforce/xml-mapping.html) suits your needs.
--
Martin Honnen --- MVP XML
http://msmvps.com/blogs/martin_honnen/