OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Empty elements

[ Lists Home | Date Index | Thread Index ]
  • From: Jani Jaakkola <jjaakkol@cs.Helsinki.FI>
  • To: xml-dev@ic.ac.uk
  • Date: Thu, 12 Feb 1998 15:02:14 +0200 (EET)




On Wed, 11 Feb 1998, Don Park wrote:

> Geir,
> 
> >While working on implementations using SAX I've noticed that there is no
> >way to know if an element is an empty element or not (e.g <Para/>). This
> >could perhaps be done using some kind of lookahead, but should that be
> >necessary?
> 
> Are you unable to process the element in endElement() callback?  Typical
> DocumentHandler implementation must keep track of current element so all you
> have to inside endElement() is check to see the current element has no
> children and no attributes.

Yes, but in SGML and XML element type which has been declared empty
in the DTD and therefore is marked with <Para/> tag in XML
is different thing from element which just happens to be
empty (e.g <para></para>).

In SP:s generic interface StartElementEvent events have
ContentType property which can have value empty. Without this
property it would be impossible to produce valid SGML-instance
using the event stream because element types which are declared
empty are marked up differently from element types which just
happen to be empty sometimes.

I'd say that an parser API which does not provide information
about empty declared elements is broken and should be fixed.
(i haven't looked at SAX:s API though)

- Jani


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS