What would be the effect of editing the xml file & removing the lins containing those strings ?
e.g a ux script might do the trick: (ccc.xml being my ANT xml db)
#!/bin/sh
IFSold=$IFS
IFS=\"
grepoutput=`diff avilist.csv_old avilist.csv | grep "<" | cut -d";" -f2`
for name in $grepoutput
do
echo ...
Search found 2 matches
- 2008-04-28 10:48:03
- Forum: Ant Movie Catalog > Scripts
- Topic: Imorting hundreds of AVI-s
- Replies: 47
- Views: 90173
- 2008-04-27 17:49:49
- Forum: Ant Movie Catalog > Scripts
- Topic: Imorting hundreds of AVI-s
- Replies: 47
- Views: 90173