You are using namespaces so I think you have
to declare them to the xmlpoke task.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Richard
> Griffiths
> Sent: Friday, September 16, 2005 12:09 PM
> To: nant-users@lists.sourceforge.net
> Subject: Re: [Na
Hi,
I use NAnt 0.85 (Build 0.85.2013.0; nightly; 06.07.2005)
and I have tried to use the foreach task to recursively copy the
directory structure of a source directory to a destination
directory and do some transformation on the contained files:
Hello John,
I have already done an automatic docbook transformation with NAnt.
To achive this I use the exec task to invoke instant saxon
(or in your case XSLTproc).
The "BuildMapFile" target takes *.hm files created by the
makehm utility and appends the filenames to the generated
HTMLHelp proj
Hello,
I created a little lib in Unmanaged C++ and wanted to automate the
build step via NAnt. For this I wrote a little build script:
For my lib I w