Xpatch can't know what files to patch with that syntax unless the file name
is included. I'm not sure I really like that.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 13, 2004 7:39 AM
To: [EMAIL PROTECTED]
Subject: RE: XConfToolTask and more than one patch action per file

What about:

<patches>
  <xconf xpath="/cocoon/blah/xxxx" .....>
     <node/>
  </xconf>
  <xconf xpath="/cocoon/blah/xxyy" ...>
    <anothernode/>
  </xconf>
  <xmap xpath="/cocoon/blah/zzz" ...>
    <yetanothernode/>
  </xmap>
  <xlog xpath="/cocoon/blah/yyy" ...>
    <somethingelse/>
  </xlog>
</patches>


This would allow me to keep all references to e.g. my project related stuff
in one file.

Bye, Helma

Reply via email to