[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Landscape print control

Subject: RE: Landscape print control
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Fri, 5 Sep 2003 11:56:33 +0100
stylesheet landscape

> > So do you maintain two completely separate stylesheets, one
> > for html and one for pdf?  I'm about to do something similar
> > and I can see issues where one has been updated without the
> > other.  Is it simply the case when a change is required you
> > have to make the change twice?
> 
> 
> There are two ways of structuring this to achieve reuse between the
two
> transformations. One is to do a two-phase transformation in which the
> first phase does all the work that is common. The other is to put all
> the common code in a module that is imported into both the
stylesheets.

Sure, but that's very general and only fits certain circumstances.

For example if you have:

<xsl:template match="foo">
  <span style="background:blue">
    <xsl:apply-templates/>
  </span>
</xsl:template>

..in your html-producing stylesheet and a corresponding template in your
fo-producing stylesheet, what happens when its decided the background
should be red?

How can we arrange it so that change from blue to red is made in one
place rather than both stylesheets?

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.