Altova Mailing List Archives
>xml-dev Archive Home
>Recent entries
>Thread Prev - Re: [xml-dev] genx - consensus items
[Thread Next]
Re: [xml-dev] genx - consensus items
To: "David Tolpin" <dvd@----------.--->,<xml-dev@-----.---.--->
Date: 1/23/2004 2:47:00 PM
----- Original Message ----- From: "David Tolpin" <dvd@d...> To: <xml-dev@l...> Sent: Friday, January 23, 2004 1:35 AM Subject: Re: [xml-dev] genx - consensus items > David Tolpin: > > 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. > > That is, startElement/endElement are good for building a tree, but inadequate > for serializing, > > startTagOpen > attribute > startTagClose > > Text > > endTag > > are simpler and more natural for serialization tasks. I'd keep the startTagClose Simpler than startTag attribute text endTag ? Generally one should make an API as small as possible for a given set of features, otherwise logical redundancy can creep in, with the need for additional state checking and preventing inconsistent/contradictory calls. Karl
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

