On Jul 30, 2009, at 12:19 PM, Andrew Clegg wrote:
Don't worry -- your hints put me on the right track :-)

I got it working with:

           <entity dataSource="filesystem" name="domain_pdb"
url="${domain.pdb_code}-noatom.xml" processor="XPathEntityProcessor"
forEach="/datablock">
               <field column="content"
xpath="/datablock/structCategory/struct/title" />
           </entity>

Now, to get it to ignore missing files without an error... Hmm...

    onError="skip"  or abort, or continue

        Erik


Reply via email to