Closed 071792 closed 7 years ago
My xml document is like That :
......
.... And when i print my pyquery object the tag
find('H1') method cant find tags with any Upper letters ( < H1> ) but children() return it
its possible to use some trick - $._translator.lower_case_element_names = False
Yes, this is the trick
My xml document is like That :
......
< value > valuex
.... And when i print my pyquery object the tag
change to < hr /> How Can i tell pyquery to not use html syntaxe