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]

RE: XML target


> How can I do the following thing: I have a file with three 
> different XSL's
> (xsl:include) that looks like a frame-page with menu (top), navigation
> (links) and a main part.

To generate three HTML frames you either need to do three transformations,
or to do one transformation that produces multiple output files using a
vendor extension to achieve that. Whether or not your stylesheet was
assembled from three modules combined using xsl:include is quite irrelevant.

> Is it possible to do so that hyperlink in my menu
> (top) changes the main part of my site and only this part but 
> menu itself and navigation stand still?
> 
Yes, but the approach you adopt will be quite different depending whether
you are doing the transformation client-side or server-side.

Mike Kay 


 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]