You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like that the lib supports xPath with NS by using the function xpath.CompileWithNS. However, this requires to define the namespaces explicitly. I would simply like to drop all NS by leveraging the "*:" expression.
To achieve my current goal, I remove all NS manually via string manipulation, but this solution is quite odd.
Regards,
Andi
The text was updated successfully, but these errors were encountered:
Hi,
would it be possible to add support for asterisk namespaces in the xPath expression?
The goal would be to evaluate the following example:
xPath:
XML Document:
It seems like that the lib supports xPath with NS by using the function
xpath.CompileWithNS
. However, this requires to define the namespaces explicitly. I would simply like to drop all NS by leveraging the "*:" expression.To achieve my current goal, I remove all NS manually via string manipulation, but this solution is quite odd.
Regards,
Andi
The text was updated successfully, but these errors were encountered: