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

Re: Public Identifiers

  • From: Joe English <jenglish@f...>
  • To: xml-dev <xml-dev@l...>
  • Date: Tue, 25 Jul 2000 07:14:08 -0700

dtd public identifier

Paul Grosso <pgrosso@a...> wrote:

> Of course, public identifiers have to be resolved before they
> can be used, so some kind of catalog support would be needed
> in the tools you use

Not necessarily.  Heck, even URLs don't need to be resolved
before they're used; consider namespace URIs and RDF.

It would be perfectly reasonable for a processor with
built-in knowledge of particular DTDs to simply examine the
PUBLIC id to determine how to handle incoming documents.
If it already "knows" what the PUBLIC ID means, it
doesn't need the text of the DTD.

[ begin gripe ]

Except that PUBLIC IDs are somewhat less-than-useful in XML.
I'd really like to use:

    <?xml version='1.0' standalone='yes'?>
    <!DOCTYPE foo PUBLIC "-//ORG//Well Known DTD">

like I do with SGML, but XML makes me add a system identifier.
Since about half the XML tools I use seem to ignore the standalone
declaration and try to read the DTD anyway, it has to be a valid one.

So I can either use "http://org.org/well-known.dtd"
(and then I can't process the document on my laptop
while on the train), or I can use "/usr/local/lib/xml/well-known.dtd"
(and then nobody else can use the document).

So I end up halfway-tempted to do things the "XML way",
with namespaces:

    <foo xmlns="http://org.org/well-known.dtd">...</foo>

(a URI that *no* processor will attempt to resolve),
and then I can't use any SGML or DTD-aware XML tools.

Sigh.

[ end gripe ]

--Joe English

  jenglish@f...

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.