Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
What's the question? – Daniel Haley Feb 16 at 23:18
I can't seem to construct these regular expressions in order to extract tokens, one per line. For example when the lexer is executed on one of the xml documents above it prints on screen something like : xml version 1.0 ... rule when then ... /then /when /rule . It prints one token per line – mario Feb 18 at 13:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.