www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - std.xml

reply llee <Larry workingwondersus.com> writes:
The std.xml library contains a bug. I cannot parse empty xml elements (ie.
elements that have the following format <element> := '<' <name> <attribute>*
'/' '>'). I went ahead and revised the module. The version that I am using
handles empty elements correctly. Where should I submit my update?
Oct 03 2008
next sibling parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
llee wrote:
 The std.xml library contains a bug. I cannot parse empty xml elements
 (ie. elements that have the following format <element> := '<' <name>
 <attribute>* '/' '>'). I went ahead and revised the module. The
 version that I am using handles empty elements correctly. Where
 should I submit my update?
You may want to just email me the changed file. Thanks! Andrei
Oct 03 2008
prev sibling parent "Vladimir Panteleev" <thecybershadow gmail.com> writes:
On Sat, 04 Oct 2008 00:44:17 +0300, llee <Larry workingwondersus.com>  
wrote:

 The std.xml library contains a bug. I cannot parse empty xml elements  
 (ie. elements that have the following format <element> := '<' <name>  
 <attribute>* '/' '>'). I went ahead and revised the module. The version  
 that I am using handles empty elements correctly. Where should I submit  
 my update?
http://thedailywtf.com/Articles/The-Substandard-Standard.aspx I wonder if ClearPath switched to std.xml recently :D -- Best regards, Vladimir mailto:thecybershadow gmail.com
Oct 03 2008