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

RE: <xsl:stylesheet xmlns...

Subject: RE: <xsl:stylesheet xmlns...
From: "Paulo Gaspar" <paulo.gaspar@xxxxxxxxxxxx>
Date: Sun, 6 Aug 2000 21:25:13 +0200
stylesheets xmlns
Such a proprietary solution is perfectly valid in a Intranet 
scenario.

Using IE5.x in this way allows for a less disrupting user
interface with less trafic.

Have fun,
Paulo

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Chris Bayes
> 
> >What do you mean by saying "I'l deliver the main data file
> >to the client,  and a slew of .xsl files" ?  The <xsl:stylesheet  
> >directive provides one - to -one binding. I mean you use 
> >this directive to say : "this XML file should be rendered 
> >with this xsl stylesheet".
> >
> >How can you deliver main data file and a slew of small 
> >.xsl files using <xsl:stylesheet  directive?
> >
> >Or you are talking about some proprietary-absolutely 
> >non-standard-vendor-specific API which allows you 
> >to associate the same main data file with multiple 
> >xsl stylesheets ? Shame on you, Sebastian, you should 
> >not get your hands dirty with using  the API's which 
> >are not blessed by W3C ( right? ;-). 
> >
> Like make available offline for instance or
> 
> function changeStylesheet(stylesheet){
> 	xsl.load(stylesheet);
> 	document.body.innerHTML = xml.transformNode(xsl);
> }
> function changeDocument(doc){
> 	xml.load(doc);
> 	document.body.innerHTML = xml.transformNode(xsl);
> }
> 
> Ciao Chris


 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.