[xsl] searching a group of xml documents

Subject: [xsl] searching a group of xml documents
From: Vaduvoiu Tiberiu <vaduvoiutibi@xxxxxxxxx>
Date: Mon, 25 Jun 2007 11:02:16 -0700 (PDT)
Hi, I have a folder with xml documents...like 100 of'em. They all pretty much look like
<root>
    <title>This is a title</title>
    <content>
            <html><body>
            <table> ....</table>
            <p>some text here </p>
            </body></html>
    </content>
</root>

up to this point I used dasl for searching different properties...but now I need to search text inside the xml file...I tried using <d:contains>text</d:contains> but didn;t work. I clearly had files that contained "text"but didn't display anything. I tried extracting the root/content as a property and search in it but also didn't work. the only way I know how to do it is with xslt...but for 100 xml documents it would probably be very slow. So anyone can tell me how to search text! anywhere inside an xml file? any help/ideeas will be appreciated




       
____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/

Current Thread