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

Re: XSLT V 1.1

Subject: Re: XSLT V 1.1
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 13 Sep 2000 16:58:19 GMT
Re: XSLT V 1.1
> Maybe there are some especially weird usecases
> when entities 'override  the URI, but it is 'important'
> to the stylesheet ( I can't believe this is the case in
> the real life, but theoretically it could be, as David
> says. And he is right. Maybe. I'll agree  when I'll see
> a usecase. )

It is very common for entities to have different base URI

<!ENTITY chap1 SYSTEM "chapter1/main.xml">
<!ENTITY chap1 SYSTEM "chapter2/main.xml">
...

<doc>
&chap1;
&chap2;
</doc>

being a common idiom (common round here, anyway)

If you require document() to pull in something relative to the source
document then it seems quite likely that in such a case you'll
want to know the URI for the part if the source that you are in.

David


 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.