views:

69

answers:

1

When reading in a 3rd party RSS feed an XMLException is thrown due to an invalid DateTime in the feed XML.

How can I handle this more robustly. For example, is there a way to catch the exception, identify the problematic element and deal with it (e.g. insert a placeholder) and continue the load?