This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Combining stylesheets for baseclass-subclass type documents


Hi,

Can you break out the common templates/variables/params into separate 
XSL documents? This way you can directly target your unique 
circumstance. For example, what i do is have a global_defintions.xsl 
that includes all the common XSLT documents (variables, params) that 
have common usage. Then in the unique XSLTs, I just include 
global_defintions.xsl. When you need the unique view you call the unique 
XSLT doc which includes the common stuff.

best,
-Rob

Daniel Brockman wrote:

>I need help designing a couple of stylesheets that both transform similar
>source types; the first stylesheet transforms the base type while the
>second
>stylesheet transforms an extension to this type.
>
>The first stylesheet, a.xsl, provides the a-specific information.  It has
>to be
>independant of the second stylesheet, b.xsl, which provides the b-specific
>information.  By definition, the second stylesheet, b.xsl, cannot provide
>the a-
>specific information.
><snip/>
>




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]