I have to defne an input file for JFlex. This file generates a lexer that identifies and prints on standard output the tokens of a XML rule that conforms to a given DTD : the elements and their contents and the attributes of the elements and their corresponding values. I have to define the regular expressions that identify correctly these tokens and then test this lexer to these three XML rules.
Here's the DTD with the 3 XML documents: http://www33.zippyshare.com/v/58006947/file.html