XML Inheritence using XSLT
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everybody, I'm hoping someone would have done this before; because I run into a need for something similar fairly frequently; I'd like a generic XSLT that performs the following translation --Input XML --Output XML -- You can see this models inheritence in traditional languages, it would increase the flexibility of my XML configuration significantly. But writing XSLT is such a paradigm shift it's difficult to imagine the XSLT transform to do this. If anyone can point me at existing/similar code (eg, xslt merge element) or if any of you xslt gurus have a complete implementation already handy. That'd be great. Thanks, Matthew.