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...
Arraign asked 11/2, 2009 at 17:57

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.
Pique asked 11/12, 2008 at 10:49

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...
Debauch asked 6/4, 2010 at 12:30
1

© 2022 - 2024 — McMap. All rights reserved.