[Home] [By Thread] [By Date] [Recent Entries]

  • From: John Cowan <cowan@l...>
  • To: XML Dev <xml-dev@i...>
  • Date: Tue, 11 May 1999 10:47:55 -0400

Dave Winer wrote:

> Something like this:
> 
> <?xml version="1.0"?>
> <redirect>http://www.fool.com/directory/file.xml</redirect>

[snip]

> Is there any provision in the XML specs for redirecting in this manner or a
> similar one?

Sort of.

<?xml version="1.0"?>
<!DOCTYPE rss [
  <!ENTITY pyrzqxgl SYSTEM "http://www.fool.com/directory/file.xml">]>
&pyrzqxgl;

Of course, you have to use a parser that handles external entities.
Note that this won't handle redirection to redirections, because an
external entity can't have its own DTD.

But rolling your own isn't bad either.

-- 
John Cowan	http://www.ccil.org/~cowan		cowan@c...
	You tollerday donsk?  N.  You tolkatiff scowegian?  Nn.
	You spigotty anglease?  Nnn.  You phonio saxo?  Nnnn.
		Clear all so!  'Tis a Jute.... (Finnegans Wake 16.5)

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member