digitalmars.D - std.xml
- llee (1/1) Oct 03 2008 The std.xml library contains a bug. I cannot parse empty xml elements (i...
- Andrei Alexandrescu (3/8) Oct 03 2008 You may want to just email me the changed file. Thanks!
- Vladimir Panteleev (7/12) Oct 03 2008 http://thedailywtf.com/Articles/The-Substandard-Standard.aspx
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