Writing my own XML parser to learn FParsec I need to test that the XML start and end tags match or have the parser fail.
In the code fragment below ...