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>>
