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]

RE: Html Link to Open xsl


Yes you are. There is only one Data.xml document pointed to by <!ENTITY data
SYSTEM "data.xml">
view1.xml and view2.xml are just wrappers to provide a different view

>-----Original Message-----
>From: owner-xsl-list@mulberrytech.com
>[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Ben C.
>Sent: 26 July 2000 20:43
>To: xsl-list@mulberrytech.com
>Subject: RE: Html Link to Open xsl
>
>
>The following example that you gave Chris only works with 2 XML
>documents.
>Is there a way to do it with 1 document or am I missing your intent?
>
>>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>
>
>
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 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]