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

Re: Newbie question:DTD problem(#PCDATA)

  • To: <xml-dev@l...>
  • Subject: Re: Newbie question:DTD problem(#PCDATA)
  • From: "Rick Jelliffe" <ricko@a...>
  • Date: Fri, 1 Nov 2002 17:57:51 +1100
  • References: <000901c2811a$bb450270$1401a8c0@d...>

dtd pcdata
From: "Allen Chu" <achu@d...>

> Thanks for your responses. Allow me to go back to my original
> thought. What I present in element bio is more than one #PCDATA or
> footnote. Changing to from "+" to "*" makes bio contain zero or more
> #PCDATA/footnote. In this case, neither #PCDAT nor footnote is required
> for bio. And that violates my original design. Therefore, I don't think
> "*" will make them equvalent from my understanding. So, what I actualy
> try to achieve is to let bio at least have one element:#PCDATA or
> footnote.
 
You cannot use DTDs for this.

The new generation of schema langages allow this. In Schematron, for example,
you can specify something like this

 <rule context="bio">
    <assert test="count(*) = count(footnote)">
        The only element type allowed in a "bio" is "footnote"
    </assert>
    <assert test="string-length(normalize-space()) &gt; 1 and count(bio)=0">
        If a "bio" element has text, it cannot have a "footnote" element
    <assert>
 </rule>

Cheers
Rick Jelliffe

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.