xsl-list
[Top] [All Lists]

[xsl] searching a group of xml documents

2007-06-25 11:02:35
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>