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

Re: Style and read-only [was: Which style first?]

  • From: "Henry S. Thompson" <ht@c...>
  • To: Terry Allen <tallen@s...>
  • Date: Tue, 11 Mar 97 09:10:05 GMT

style readonly
>  My question is perhaps off-topic here on xml-dev, and I know everyone
>  is busy preparing for WWW6, but I ask you all to reflect on it as
>  an issue that needs resolution later on:  What do I do to associate
>  a style sheet with a read-only document, e.g., one that resides on
>  some other server than my own, or that has been digitally signed?
>  (And assume that this document has a doctype declaration already.)

Create a stub document with the SAME DTD which has a single top-level
element which replaces itself (using XML-LINK) with the document you
care about.

Or if you don't like links, like this

<!DOCTYPE yours PUBLIC "http://<that read-only document's DTD" [
<!ELEMENT yours - - (rod-top-level-element-name)>
<!ENTITY rod PUBLIC "http://<that read-only document's body">
]>
<yours>
&rod;
</yours>

and in either case associate the style sheet with your stub in
whatever way we end up agreeing on.

ht

xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@i... the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@i...)


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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.