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

Validating XML constraints with psgml (was: Parameter entity ...)

  • From: Toby Speight <tms@a...>
  • To: "XML developers' list" <xml-dev@i...>
  • Date: 15 Jul 1998 10:42:35 +0100

xml constraints
David> David Megginson <URL:mailto:david@m...>

=> In article <199807150110.VAA00655@u...>, David
=> wrote:

David> You've run up against a somewhat obscure constraint from section
David> 2.8 of the XML 1.0 Recommendation:
David>
David>   Well-Formedness Constraint: PEs in Internal Subset
David>
David>   In the internal DTD subset, parameter-entity references can
David>   occur only where markup declarations can occur, not within
David>   markup declarations. (This does not apply to references that
David>   occur in external parameter entities or to the external
David>   subset.)
David>
David>   Source:
David>   <http://www.w3.org/TR/1998/REC-xml-19980210#sec-prolog-dtd>
David>
David> PSGML doesn't catch this one yet.

It's true that psgml itself doesn't catch this; however, it does
provide a means of calling an external parser (C-c C-v).  You can set
this parser using the variable sgml-validate-command - in my case, I
use "nsgmls -s %s %s" (the default) for SGML files, and for XML files
I use "nsgmls -wxml -s %s %s".

You could also use this variable to do application-level validation.
For example, you might want to check that the target of an IDREF
attribute is of a particular type.  You could do that using a DSSSL
processor with a style sheet that checks for errors.  (Although I've
given up trying to write a stylesheet that works with the -wxml flag;
instead I validate the XML restrictions seperately.)

-- 


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...)


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.