xmlpoke Questions
2
Solved
Given the following xml:
<rootnode>
<childnode arg="a">Content A</childnode>
<childnode arg="b">Content A</childnode>
</rootnode>
Using XMLPoke with the fol...
1
Solved
Is there a way to use value ending with space as XmlPoke value? When I execute task, value is replaced but without space at the end.
Reproduction:
test.targets:
<?xml version="1.0" encoding="...
Yachtsman asked 4/12, 2018 at 13:21
2
Is there a way to add an attribute to an xml node (which I have the xpath of) using nant?
Tried xmlpoke but it looks like it can only update existing attributes.
thanks.
1
Solved
I am trying to use an xmlpoke task to update a VS Project File (which is XML). In the Project root, there are multiple PropertyGroup nodes, I am trying to select the first one. The XML looks like t...
1
© 2022 - 2024 — McMap. All rights reserved.