[Home] [By Thread] [By Date] [Recent Entries]



Is there a schema language for XML that allows one to specify that an
element may have mixed content, but must not be empty or contain only
space characters? I would like to define a document type such that 

  <label>xxx</label>
  <label>x<y>x</y>x</label>
  <label><y/></label>

are valid, but

  <label></label>
  <label>   </label>

are not. 

// Gregory Murphy.  Isopaleocopria.


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member