Re: [xml-dev] Strategies for a lowly XML document

From
Tim Bray <>
To
Jonathan Borden <>,
Date
2002-01-23T19:43:06Z
ID
<>
Thread
Re: [xml-dev] Strategies for a lowly XML document
At 11:01 AM 23/01/02 -0500, Jonathan Borden wrote:
>Looking at 3 in particular, RDDL in its current form assists the task of
>3.1 and a RDDL PI would assist the task of 3.2. Would this be useful?
>
><?rddl-doctype href="http://example.org/some-rddl-description.html" ?>

Blecch.  Assuming you believe that this is a good idea, stick it
in a namespaced tribute required to be on the root element.  Then 
you can get at it through all the existing APIs and address it
with XPath and so on.

PIs are for application-specific processing IMHO.  This is not
application-specific at all. -Tim