Have you tried to use the path the <Reference> element and replace the entire element with the updated xml fragment? I'm not sure if that would work, but it's worth a shot.


[EMAIL PROTECTED] wrote:
All,

Here's what I want to do.

With xml poke, I want to write an X-path statement which will convet the
below to
 <Reference
                    Name = "xxxNet"
                    AssemblyName = "xxxNet"
                    HintPath = "..\..\dll\xxxNet.dll"
     />

to

 <Reference
                    Name = "xxxNet"
                    AssemblyName = "xxxNet"
                    HintPath = "..\..\dll\xxxNet.dll"
         Private="False"
  />

I know this should be easy, But I can't come-up with the correct x-path
statement to add a field.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

---------- Scanned for viruses by ClamAV


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to