|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: one or two stylesheets to output html and pdf(fo)
Hans Braumüller wrote: > Maybe it is effective to work the two main stylesheets like a > container each > other, for html and pdf, and calling from there same > templates, where the > transformation of the application logic layes? > > > ------------------------ XML ------------------------------------- > 1.xsl --> html pdf <-- 2.xsl > > <table> <fo:table> > | | > | | > <---> 3. transformation xsl(t) <---> > > Good approach ? This is one way, where the common code is a "library" xslt which the other two stylesheets "import". You could also consider a different ("pipelined") arrangement, where the common code produces an intermediate document (perhaps in HTML?), and this is then processed further by the other stylesheets. ----> XML-to-fancy-HTML.xsl ---> "fancy" HTML document. / XML ---> XML-to-plain-HTML.xsl \ ----> XML-to-FO.xsl -----------> FO document Cheers Hans! Good luck! Con XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






