From: Dmitriy S. <sha...@gm...> - 2010-04-21 02:30:51
|
Only app-info.xml(s) should have xrx:app-info, IMHO. That will solve a lot of problems for you, why you need xrx:app-info at others files? Well, you can check it by /xrx:app-info/parent:document()[some eq "app-info.xml"]/xrx:app-info/xrx:classifier/ (that is idea, it will not run as it) We did something like this several days ago, but I can't remember what exactly did we write. Hope, it will help. On Tue, 2010-04-20 at 17:36 -0500, Loren Cahlander wrote: > Hello all, > > > I am wanting to do a query of n XML files that are > in ../db/cms/apps/app/app-info.xml for /xrx:app-info/xrx:classifier > where the classifier text is a certain value. > > > I know that I do not have the advantage of the files being resources > in an eXist database. Does anyone have a suggestion for an ant task > to perform this query on all on the app-info.xml files > under ../db/cms/apps? > > > This will simplify the maintenance on my build scripts for populating > the eXist server. -- Cheers, Dmitriy Shabanov |