Endtag attributes

Lars Marius Garshol larsga at ifi.uio.no
Tue Nov 10 15:59:05 GMT 1998


* Anders W. Tell
| 
| As a part of a small R&D project Im I trying to look into the issues
| of elements vs. attributes and having attributes in endtags
| (im know its outside current xml standard).
| 
| Is there anyone that could point me to research /papers/discussion on
| the net ?

I doubt that there is anything, but if there is you can find it at

<URL:http://www.oasis-open.org/cover/>


Some cons I thought of:

 - additional complexity in APIs and syntaxes, or, if these are kept
   as they are, in parsers
 - endtag attributes are not available until the entire element has
   been parsed (and it may be _very_ large), so that if the values
   influence the treatment of the element contents in any way, this
   may cause performance problems
 
The only pro I can think of is pretty far-fetched:

 - might be easier to generate markup from some kinds of applications,
   since attribute values would not have to be determined until after
   the element contents had been written out

--Lars M.






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




More information about the Xml-dev mailing list