Commit 44aeafe0 authored by Ad Schellevis's avatar Ad Schellevis Committed by GitHub

Merge pull request #9 from kekek2/master

Add extracting labels from XML foms.
parents a5962d1a 5f8c1339
......@@ -35,7 +35,7 @@ def recursiveParseForm(xmlNode):
for tag in recursiveParseForm(childNode):
yield tag
if xmlNode.tag == 'help':
if xmlNode.tag in ['help', 'label']:
yield xmlNode.text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment