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

RE: Html Link to Open xsl

Subject: RE: Html Link to Open xsl
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Wed, 26 Jul 2000 19:10:19 +0100
xsl html link
This has come up a couple of times (see Multiple stylesheets) and might even
help some people that want to choose a different include(stylesheet) at
runtime

view1.xml-----------------------------------
<?xml version="1.0"?>
<!DOCTYPE page [
<!ENTITY data SYSTEM "data.xml">
]>
<?xml-stylesheet type="text/xsl" href="view1.xsl"?>
<page>
&data;
</page>


view2.xml-----------------------------------
<?xml version="1.0"?>
<!DOCTYPE page [
<!ENTITY data SYSTEM "data.xml">
]>
<?xml-stylesheet type="text/xsl" href="view2.xsl"?>
<page>
&data;
</page>
mainpage.html-----------------------------------
<a href="view1.xml">View1</a>
<a href="view2.xml">View2 RTF Version</a>

Ciao Chris


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Rooji Sugathan
>Sent: 26 July 2000 16:10
>To: xsl-list@xxxxxxxxxxxxxxxx
>Subject: Html Link to Open xsl
>
>
>Hi,
>I am quite new to xsl/xml/asp but I was able to create some basic xsl
>sheets. I would like to know how can I create different HTML links so that
>different xsl sheets are linked to different links. I have only one xml
>page.
>Thanks
>Rooji
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 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.