Hi,

is the problem described in

http://osdir.com/ml/java.ant.xmltask/2008-04/msg00008.html

still current? Reason why I'm asking:

I too got the problem that xmltask "decides" to introduce some kind of
artificial default namespace prefix like e.g. __NS1 upon <insert>s
and/or <replace>s that are *not* present in the original, unmodified
version of the corresponding XML file.

So, I get newly inserted XML elements like this:

<jar-name __NS1:xmlns="" xmlns="">...</jar-name>

even though I want them simply to read

<jar-name>...</jar-name>

Can I suppress the generation of this prefix somehow?

Thanks in advance for any info!

Kind regards,

     Holger
     

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to