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

Re: Mixed content not working for me

  • From: Russell East <reast@e...>
  • To: holstege@f..., xml-dev Mailing List <xml-dev@i...>
  • Date: Wed, 10 Dec 1997 10:36:09 -0800

Re: Mixed content not working for me
You're right, it should have been
 <!ELEMENT   a  (#PCDATA|a+)>
but this is also incorrect according to both the standard
and AELFRED.  Curiously, MSXML passes it no problem.....

What I want is stuff like:
   <a>
      <a> text </a>
      <a>
         <a> text </a>
      </a>
      <a> text </a>
   </a>

but, I want to prevent this:
   <a>
      text
      <a> text </a>
   </a>
==========================================================
Mary Holstege wrote:
> 
> Russell East writes:
> > How come the following doesn't work?
> >   <!ELEMENT   a   (#PCDATA|(a*)) >
> >
> > I basically want my element a to either form an hierarchy
> > *or* have some text data.
> >
> > But it seems I'm forced to have
> >   <!ELEMENT   a   (#PCDATA|a)* >
> >
> > which I don't really want at all.
> 
> Try this:
> 
> <!ELEMENT   a  (#PCDATA|a+)>
> 
> Yours is ambigious when you have nothing  -- is it a list of a's of length zero
> or is it a #PCDATA with a null string?
> 
> //Mary
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
       Russell East                    mailto:reast@e...
 _|_|  Programmer                      phn: +1 (909) 793 2853
 _|_|  ESRI, 380 New York St           fax: +1 (909) 307 3067
       Redlands CA 92373-8100          http://maps.esri.com/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

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.