-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
The implementation proposed in #5 does not currently have error handling at XML element level – it only replaces the usage of attributes, as discussed in #3.
Although an XML document might have the correct versioned namespace, one or more of its XML elements might be malformed.
We could use the monads demonstrated at the Railway Oriented Programming talk and make the parsing functions composable, so we may report which XML element couldn't be parsed.