[Home] [By Thread] [By Date] [Recent Entries]
> If one were building a product which used XML to write out
> metadata about things, what is the recommended approach
> to referring to a product-specific DTD in your XML
> document instances given the fact that [...]
You could refer to the DTD by means of a public id which is known to
the application. Other XML processors that don't understand that
public id will use the URL instead.
For example:
<!DOCTYPE mydoc PUBLIC "-//MyCompany//My product//EN"
"http://my.company.com/myproduct.dtd">
Your application would recognise the id "-//MyCompany//My product//EN"
and supply a built-in DTD instead of fetching the URL.
Perhaps someone else could give better guidance on just how to construct
a suitable public id.
-- Richard
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/
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...)
|

Cart



