Re: The XML module in Phobos

2009-07-27 Thread llee
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 format). I'd like to report this bug to the > modules' maintainer, but I don't know

The XML module in Phobos

2009-07-27 Thread llee
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 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 ar

indexing tuples using strings

2008-12-01 Thread llee
Is is possible to index the elements within a tuple using strings? Something similar to the way that associative arrays allow elements to be indexed using strings.