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

RE: Schema constraints from a different file?

  • To: xml-dev@l...
  • Subject: RE: Schema constraints from a different file?
  • From: Vladimir Gapeyev <vgapeyev@s...>
  • Date: Sun, 23 Oct 2005 11:44:58 -0400 (EDT)
  • In-reply-to: <200510220929.j9M9T2cG003011@p...>
  • References: <200510220929.j9M9T2cG003011@p...>

keyref from different file xml


On Sat, 22 Oct 2005, Michael Kay wrote:

>>
>> Basically, I would like to develop schemas that impose
>> constraints on an element or attribute in one XML file based on
>> element or attribute values from another XML file.  Is this at
>> all possible?  I would consider making a file containing just a
>> list of all available item IDs, if that would help solve the
>> problem.
>
> This can't be done directly: schema validation is confined to a single
> document. The only thing you can do is write a transformation that
> constructs a synthetic document and validate that; but then you might as
> well do the validation within the stylesheet that performs the
> transformation.

Theoretically, I think this could do the trick:

   (1) Include the XML document that contains IDs into the document that
       refers to them via a parsed external entity [XML Rec, 4.2.2, 4.3]

   (2) Use WXS key/keyref feature [WXS, Part 1, 3.11] to encode your
       referential constraints.

(1) will physically keep the data in separate files, but the processor 
should pull them together, so the schema (2) could be written as if the 
data was present in a single file.

Are there reasons this wouldn't work in practice?

Vladimir

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.