Re: [xml-dev] genx - consensus items

From
David Tolpin <>
To
Date
2004-01-23T06:15:06Z
ID
<>
Thread
Re: [xml-dev] genx - consensus items
Rich Salz:
> > I'm inclined to agree.  A teeny bit more complexity in the
> > implementation but probably worth it.  Anyone want to push back? -Tim
> 
> asymnmetry is bad.  open-close, begin-end, etc.

The idea was to improve asymmetry, not to defeat it, I think.

startTag
  attribute*
  text
endTag

But in this case startTag is not start 'Tag', it is startElement/endElement.

Not that I like this approach, just explaining. Simple logic is better than
complex.

David