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

Re: Come On, DTD, Come On! Thoughts on DSDL Part 9


dtd internal validation
John Cowan <jcowan@r...> writes:

> But note that I am *not* proposing a revision of XML DTDs,
> but rather the creation of a new schema language to be a superset of
> XML DTDs.  Schemas of this kind cannot be referenced by DOCTYPE
> declarations, because the result would be not well-formed.  Instead,
> they must be specified to the external validation program.

I guess there is an answer here to the issue you raised previously:

> General issue: We need to figure out what to do if the instance contains
> an internal DTD (by which I mean an internal subset, a reference to an
> external subset, or both).  Should internal validation be required,
> permitted, or forbidden when doing external validation?

Do you mean internal XML 1.0 DTD or internal Part 9 DTDs?

If you meant processing XML 1.0 DOCTYPE declarations, I don't see a
reason to. W3C Schema needs to process DOCTYPEs because there are
features it doesn't (yet) replicate that are available in DTDs
(entities), but this language will have all of DTDs' features in it.

If you meant internal Part 9 subsets, I'd say do away with them. I get
the impression a lot of people are unhappy with a document that
validates against a DTD without following its declarations

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
               "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [
  <!ENTITY % my-html SYSTEM "my-own-xhtml.dtd">
  %my-html;
  <!ELEMENT html (%who-knows-what;)>
]>


Ari.

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.