I didn't get a response, so I'll try sending this request again.
 
Specifically, I want to add my built DLL files to the FxCop configuration
file from within Nant.
I can't figure out how to accomplish this with the <xmlpoke> task.
 
Thanks,
Noel
 
 
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Friday, May 21, 2004 5:23 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] xmlpoke request
 
All,
 
I have an XML file
 
<Project>
            <FileList />
</Project>
 
that I want to use xmlpoke to expand to the following format
 
<Project>
            <FileList>
                        <File="File1.dll"  Attribute1="True"
Attribute2="False"  />
                        <File="File2.dll"  Attribute1="True"
Attribute2="False"  />
            </FileList>
</Project
 
How would I use xmlpoke?
 
 
Thanks
Noel 

<<attachment: winmail.dat>>

Reply via email to