Can't extract xml field with default namespace (xmlns)
hi,
I have xml structure that contains a default namespace (xmlns:default).
when i try to extract this structure with tExtractXmlField i get
null result,
but when i remove the default namespace => tExtracXmlField works fine.