Good Morning,
I am ipmorting an XLIFF/XML file. What I observed is that when my root tag contains namespaces, it is not reading my xml file and returning me node count as "0" when I am specifying XPATH string.
But when I replace tags having namespaces with simple tag, it is reading my XML file and giving me correct node count.
I am facing this issue for actions inside Xml extension.
Is there any other way to read XML files with namespaces? I don't want to get into the habit of replacing namespaces with simple tag names because for now I know which tags will contain namespaces and which tag won't. What if customer is providing XML with missing one/two namespaces.
Please advice.
Thanks and Regards,
Suraj Borade
I am ipmorting an XLIFF/XML file. What I observed is that when my root tag contains namespaces, it is not reading my xml file and returning me node count as "0" when I am specifying XPATH string.
But when I replace tags having namespaces with simple tag, it is reading my XML file and giving me correct node count.
I am facing this issue for actions inside Xml extension.
Is there any other way to read XML files with namespaces? I don't want to get into the habit of replacing namespaces with simple tag names because for now I know which tags will contain namespaces and which tag won't. What if customer is providing XML with missing one/two namespaces.
Please advice.
Thanks and Regards,
Suraj Borade