[
Lists Home |
Date Index |
Thread Index
]
- From: "John E. Simpson" <simpson@polaris.net>
- To: Robert Maher <robert.maher@threadneedle.co.uk>, "'xml-dev@ic.ac.uk'" <xml-dev@ic.ac.uk>
- Date: Thu, 20 May 1999 13:19:34 -0400
At 05:25 PM 05/20/1999 +0100, Robert Maher wrote:
>Can anyone tell me how to 'register' DTD's
>where do you save them to so that when you write
><... SYSTEM "blah.dtd"> in your xml file it recognises it?
No "registration" required.
The SystemID is just a URI (think "URL"), just like you'd use in an HTML
anchor tag's href attribute. As with any other URI, the location can be
absolute (including the http://whatever.domain.com/path/ portion as well as
the specific file name, like blah.dtd in your case) or relative (omitting
any portions of the URI that are identical to the URI of the document
referring to the DTD). So if you use plain old blah.dtd, as above, you're
saying "find the file blah.dtd in the same location (= folder, directory,
whatever) as this document itself."
HTH.
==========================================================
John E. Simpson | The secret of eternal youth
simpson@polaris.net | is arrested development.
http://www.flixml.org | -- Alice Roosevelt Longworth
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
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@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
- References:
- DTD's
- From: Robert Maher <robert.maher@threadneedle.co.uk>
|