> From: peter reilly [mailto:[EMAIL PROTECTED] > > Yes, this is std xml (not visible from ant processing code): > > <project xmlns:antcontrib="antlib:net.sf.antcontrib" > xmlns:ant="antlib:org.apache.tools.ant" > xmlns:acme="antlib:org.acme.anttasks"> > <target name="show"> > <if xmlns="antlib:net.sf.antcontrib"> > <or> > <equals arg1="yes" arg2="${prop}"/> > <acme:fileready file="${file}"/> > </or> > <then> > <ant:echo>The arguments are equal</ant:echo> > </then> > </if> > </target> > </project>
So the NS for <project> and <target> does not matter? Conceptually they are part of the Ant XML dialect to me, so seeing them in no namespace at all seems weird??? --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]