xsl-list
[Top] [All Lists]

RE: Search engine

2003-11-12 06:47:05
I have no idea how I can link my xml doc with xquery together or get the
desired results

Any suggestion?

For example

My xml is as following

Here is my Xquery

<author_list>
  {
    FOR $a IN distinct(document("bib.xml")//author)
    RETURN
        <author>
            <name>{ $a/text() }</name>
               {
                FOR $b IN document("bib.xml")//book[author = $a]
                RETURN $b/title
               } 
        </author>
  }
</author_list>


-----Original Message-----
From: Michael Kay [mailto:mhk(_at_)mhk(_dot_)me(_dot_)uk] 
Sent: 12 November 2003 12:26
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Search engine


XIndice is a piece of software, XQuery is a language.

If you can't tell the difference between a product and a language, I
don't know where to start explaining.

Michael Kay


-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
SHEIKH Sajjad
Sent: 12 November 2003 11:04
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Search engine


      Xindice vs XQuery
So far I am unable to find any difference.

I simply want a search engine like yahoo or google etc.  It
will search all the xml documents and return the desired node.

Any suggestion?


-----Original Message-----
From: Jim Fuller [mailto:jim(_dot_)fuller(_at_)stuartlawrence(_dot_)com]
Sent: 11 November 2003 16:06
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Search engine


if your requirements are flexible, why not look into an xml
database like xindice ? It will give you XPATH querying 
capability across sets of xml documents...and you can still 
access via webdav or http url, just a thought.

gl, Jim Fuller

-----Original Message-----
From: SHEIKH Sajjad [mailto:Sajjad(_dot_)SHEIKH(_at_)efsa(_dot_)eu(_dot_)int]
Sent: 11 November 2003 14:55
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Search engine


Hi all,

Scenario:     
There are plenty of xml documents.  They are linked (href)
with each other if there is any relation. For example, first 
page shows 5 folders named f1, f2, f3, f4, f5.  Then f1 has 
folders and files and so on.

Objective:

An engine which will take user input and will return some
results.  For example, we search for a folder f51 or we 
search for a document.

Do any of you have any idea/suggestion?

Thanks,

/s
 









 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


______________________________________________________________
This message has been scanned for all viruses by BTnet
VirusScreen. The service is delivered in partnership with MessageLabs.

This service does not scan any password protected or
encrypted attachments.  

If you are interested in finding out more about the service,
please visit our website at 
http://www.btignite.com/internetservices/btnet/products_viruss
creen.htm ==============================================================

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


______________________________________________________________
This message has been scanned for all viruses by BTnet VirusScreen. The
service is delivered in partnership with MessageLabs.

This service does not scan any password protected or encrypted
attachments.  

If you are interested in finding out more about the service, please
visit our website at
http://www.btignite.com/internetservices/btnet/products_virusscreen.htm
==============================================================

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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