I try to parse XML file in Python using lxml like this:
objectify.parse(xmlPath, parserWithSchema)
but XML file may contains comments in strange places:
<root>
<text>Sam<!--comment-->ple text</text>
<!--comment-->
<float>1.2<!--comment-->3456</float>
</root>
It is a way to not load or delete comments before parsing?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…