<?xml version="1.0" encoding="utf-8"?>
<Zones>
<database>User Id=myuser;Password=mypass;Data Source=xxxxxxx</database>
</Zones>
Is it possible to update the node value using xmlpoke and nant? My New Value
Is it possible to upda" />
<?xml version="1.0" encoding="utf-8"?>
<Zones>
<database>User Id=myuser;Password=mypass;Data Source=xxxxxxx</database>
</Zones>
Is it possible to update the node value using xmlpoke and nant? My New Value
Copyright © 2021 Jogjafile Inc.
You can make the entire value a NAnt property
Then use the
xmlpokecommand, something like:Once it locates that node, it will update the value you specified in the property. NOTE: Not tested.