Daniel Keep wrote:
Andrei Alexandrescu wrote:
Lars T. Kyllingstad wrote:
llee wrote:
The std.xml module contains several bugs that need to be fixed. The
most important one is that the parser fails to parse empty elements
(IE elements that use the <tag name="value" /> format). I'd like to
report this bug to the modules' maintainer, but I don't know who to
contact. (This is an old bug - it's been around for at least a year
and I'm surprised that it has not been fixed).
According to Andrei, std.xml is in line for a complete rewrite.
http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=93547
Yes, I think that will be necessary. Any volunteers? :o)
Andrei
There is already a high-performance one in Tango. There must be some
way to avoid duplicating effort.
Unfortunately I'm not seeing any. Besides, it would be great if phobos'
xml would work with ranges.
Andrei