Re: [xml-dev] Auto-completion in editors
by Rick Jelliffe other posts by this author
Jan 31 2002 11:45AM messages near this date
[xml-dev] Auto-completion in editors (RE: [xml-dev] ANN: XML Origin, the XM
L Editor & XSLT Debugger Released)
|
Re: [xml-dev] Auto-completion in editors
From: "Christian Nentwich" <c.nentwich@[...].uk>
> How many 100 megabytes documents does the average user edit? Surely the
> 80-20 rule (more likely 99-1) must apply here, most documents are small.
> If they are 100s of megabytes, the user should complain to their manager
> about their incompetent XML consultants.
In SGML, this issue is actually quite common, because entity boundaries do not
have to be synchronous with elements. So you can just come to a point
between markup and split the document into different files almost willy nilly.
XML alleviates this problem, by enforcing that entities
must be well-formed. (But then, sadly, the implementation of XML systems
lets everyone down by not implementing entities properly, so
XML people may find life just as frustrating for large document
as SGML users.)
SGML editing also has another common issue, which is that some
tools people use strip out all new lines. It is bad enough to have
a multi-meg text document, but when it is all on one line, yikes.
> If the document is 100s of megabytes large, the editor can simply say
> that the document is too big to provide auto-closing. Better to be
> honest and support the majority.
Or a kind editor would give the user some option to handle this on import.
Similarly with long lines. It is hard to cope with extremes, but deeming
them as pathological gives us toys not tools.
Cheers
Rick Jelliffe
http://www.topologi.com/
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
Thread:
Nicolas LEHUEN
Rick Jelliffe
Sean McGrath
Paul Prescod
Rick Jelliffe
Tim Bray
Andrzej Jan Taramina
Mike Champion
Marcus Carr
Paul Prescod
Christian Nentwich
Paul Prescod
Michael Kay
Paul Prescod
David LeBlanc
Rick Jelliffe
Jeff Rafter
Jason Diamond
Dare Obasanjo
Michael Kay
Tim Bray
Dare Obasanjo
Dare Obasanjo
|