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

RE: how to make the order of elements in the DTD null n void


order of elements
Does this work for you?

<!ELEMENT CompanyProfile ( Profile? | Promotion?)>

each element is optional, will occur at most once, and any order is allowed.

Perhaps I missed some part of what you see as the problem??


Cheers...Hugh

W. Hugh Chatfield  I.S.P.
CyberSpace Industries 2000 Inc.
XML Consulting & Training
http://www.urbanmarket.com/csi2000

Check out our Smart Capital initiatives at:
http://ato.smartcapital.ca/xml
http://ato.smartcapital.ca/perth

Learn about Historic Perth Ontario: http://www.all-about-perth.com

My art exhibit on Mars... http://hugh-chatfield.com



-----Original Message-----
From: Varun Suri [mailto:varunsuri@t...]
Sent: Tuesday, June 22, 2004 7:20 AM
To: xml-dev@l...
Subject:  how to make the order of elements in the DTD null n
void


  Hello,

I have defined a DTD with a set of xml's. These xml's have the elements
defined in more that one order,
like
<!---------- a.xml------------>
<CompanyProfile>
    <Profile>
    ..........
    </Profile>
    <Promotion>
         ............
    </Promotion>
</CompanyProfile>

Another xml file has the order changed

<!-----------b.xml-------->
<CompanyProfile>
    <Promotion>
    .............
    </Promotion>
    <Profile>
    ..........
    </Profile>
</CompanyProfile>
The DTD for these files contains
<!ELEMENT CompanyProfile ( Profile?, Promotion?)>


 The problem im facing is that when i validate the xmls with the
corresponding DTD, it throws an error in b.xml, which relates to the
order of the elements Profile and Promotion.

Im using xmllint to validate the xml :

$xmllint --noout --valid a.xml

My questions is:
How can i override the order of elements (the elements are optional in
nature as well) not to be checked with the corresponding DTD?
Ive used a XML schema to validate the xmls but doesnt work, since i cant
have an ordered list ("all") have maxOccurs=unbounded

Thanks for you help in advance
Varun

-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://www.oasis-open.org/mlmanage/index.php>


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.