digitalmars.D - std.xml
- llee <Larry workingwondersus.com> Oct 03 2008
- Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> Oct 03 2008
- "Vladimir Panteleev" <thecybershadow gmail.com> Oct 03 2008
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
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
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









Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> 