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: xsl architecture issue




> 4. a xslt master stylesheet that processes the xml file and renders the
> complete layout
>     and renders the layout according to the parameters in the file.

but I think you want each of the stylesheet specific documents to import
this one.

Then you just want your document (3) to be associated with a stylesheet
that
a) checks the relevant attributes to see which specific documents and
stylesheets are to be used then b
explictly invokes the xslt transform, calling xslt from javascript,
passing in any parameters that are specified in the xml file (3).

As each of the specific stylesheet imports the master one, shared
functionality only needs to be coded once.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]