Hi all,
Is it possible to get some more details about how to cascade templates?
I'm curious about the approach briefly mentioned in this post by Alan Cameron Wills.
On a somewhat related note, I'm also interested in how to apply a two-step transformation; the first step uses the template to read the model and transforms it into a logical representation of the target artifact (for example, based on xml), the second transformation converts the logical representation to the final output:
In other words: upon "transform all", we should have:
template reads model
template creates xml
xslt reads generated xml
xslt generates final artifact (HTML or other)
Is it possible to enforce this order of events?
Many thanks in advance