move common xslt to "template " file? 2003-03-05 - By klmccarthy@(protected)
For your second question, to handle the duplicated piece of <event> ... </event> elements, one way to handle this would be to write a named template which spit out this set of elements. Put this in the separate stylesheet which gets included at the top of the other two stylesheets (like a C header file). Then use call-template to invoke this at the correct spots. You may have to pass the current node (.) as a parameter.
|
|