Hello,

 Sounds like an obvious quesiton, but we've got a custom Xml configuration file 
that I'd like to poke the XmlElement values themselves: not necessarily their 
attributes.

 Reading this quick example, 
http://blog.richardadleta.com/2010/04/quick-example-of-how-to-xmlpoke-using.html,
 seems as though I should be able to do this?

 Consider, for instance, say I've got Xml in the following schema:

 <!-- i.e. the expected schema. -->
 <Config>
 <App>
 <Path>Test</Path>
 <App>
 </Config>

 Or even:

 <Config>
 <!-- i.e. Path hasn't been set yet. -->
 <App />
 </Config>

 Or:

 <!-- i.e. nothing has been set yet. -->
 <Config />

 Thank you...
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to