Open agoncalvesos opened 1 year ago
Related to https://github.com/goto100/xpath/issues/36
Can you try
target: //*[local-name() = 'widget']
I'm facing a similar issue trying to update the "version" attribute in config.xml. currently using this, but it's not working...
project:
xml:
- file: config.xml
target: widget
attrs:
version: "7.8.9"
@mlynch I tried your suggestion above but it didn't work :(
Hey!
I'm experiencing an issue when trying to inject/delete/merge text in an XML file (the cordova config.xml file). Here's my trapeze-conf file:
And here is a sample of my config.xml file:
If I remove the xmlns="http://www.w3.org/ns/widgets" it works as expected! Any idea why?
Using v7.0.10.
Thanks!