Usage of Exceptions in std.xml

Jesse Phillips jessekphillips+D at gmail.com
Sun Apr 15 08:31:51 PDT 2012


On Sunday, 15 April 2012 at 14:43:37 UTC, Rene Zwanenburg wrote:
> I'm not sure, but it appears that std.xml uses exceptions for 
> control flow. I use VisualD for development, and Visual Studio 
> has been configured to break on exceptions. This means that 
> every time a new DocumentParser is created with valid XML, the 
> debugger explodes because of the thrown exceptions.
>
> Am I doing something wrong, or shall I create a change request?

The std.xml module will be getting replaced. So I can't really 
recommend making a change request, if this is the case.

Possible alternative:

https://code.launchpad.net/d2-xml


More information about the Digitalmars-d mailing list