← Prev in month ← Prev in thread

Proposal for XML syntax for catalogs

From
Norman Walsh <>
Date
2000-12-13T20:48:42+00:00
ID
Thread
Proposal for XML syntax for catalogs
We need a place to start, here's a strawman, by example only because
I think my intentions will be clear. Feel free to disagree. :-)

<catalog override="yes">
  <public publicId="xxx" uri="yyy"/>
  <system systemId="xxx" uri="yyy"/>
  <catalog override="no" xml:base="absURI">
    <delegate idPrefix="xxx" catalog="yyy"/>
    <public publicId="zzz" uri="yyy"/>
  </catalog>
  <import catalog="yyy"/>
</catalog>

I know that 'import' is contentious.

I used 'idPrefix' (which I don't think is great) on delegate instead
of 'partialPublicId' because I see delegate as being useful for URNs
as well:

  <delegate idPrefix="urn:oasis:member:ndw:"
            catalog="http://nwalsh.com/catalog"/>

                                        Be seeing you,
                                          norm

-- 
 | You must not think me necessarily foolish
XML Technology Center     | because I am facetious, nor will I consider
Sun Microsystems, Inc.    | you necessarily wise because you are
                          | grave.--Sydney Smith
← Prev in month ← Prev in thread