Relative Content

Tag Archive for pythonparsimonious

how to get the xml subsection in parsimonious?

I have the below grammar and it works fine when the xml elements in the are in the same line. However, if they are on multiple lines, it does not. I have tried the “sm” regex flag and it still does not work.
How do I get the contents of the <section> ?