I am trying to parse xliff which is a kind of xml for localization.
There will be elements like: <g id="1">Styles like <g id="2">bold</g> is supported.</g>
I use xmlsax to parse it and I cannot get the first text part "Styles like " in the _EndElement event.
The result using xml2map:
B4X...