Jason,

Thanks for reporting this, this is now fixed in cvs.

Gert

----- Original Message ----- 
From: "Morris, Jason" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 07, 2003 8:58 AM
Subject: [nant-dev] <xmlpeek> and <xmlpoke> examples in the docs are
incorrect


Just a couple of little documentation problems.
The online docs under stable nant documentation, in the file
Nant -> Help -> Task Reference -> <xmlpeek>
The current example states:
The example will read the server value from the above configuration
file.
<xmlpoke
file="App.config"
xpath="/configuration/appSettings/[EMAIL PROTECTED] =
'server']/@value"
property="server" />
And it should be:
The example will read the server value from the above configuration
file.
<xmlpeek
filename="App.config"
xpath="/configuration/appSettings/[EMAIL PROTECTED] =
'server']/@value"
property="server" />
The first attribute should be filename instead of file, and the task
name was wrong.
Also, in <xmlpoke> the first attribute is file, it should be filename.

Jason



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to