Re: [Dspace-tech] How to get the connection to DSpace(how to build the DSpace request in Application)

2008-01-24 Thread James Rutherford
On Tue, Jan 22, 2008 at 11:45:55PM +, Feng Wang wrote: I have a question still. Can u give me a example for OAI,like search all the Papers about a person who named John, Smith. how whould the request in OAI look like? You know, i just wanna know, thanks You'd need something like OAI-SQ

Re: [Dspace-tech] How to get the connection to DSpace(how to build the DSpace request in Application)

2008-01-24 Thread Mark Diggory
In SRW we have an example from our dome.mit.edu service http://dome.mit.edu/dspace-srw/search/DSpace?query=dc.title+%3D+% 22David%22+and+dc.creator+%3D+%22Michelangelo% 22version=1.1operation=searchRetrievemaximumRecords=10startRecord=1 resultSetTTL=300recordPacking=xml -Mark On Jan 24,

Re: [Dspace-tech] How to get the connection to DSpace(how to build the DSpace request in Application)

2008-01-23 Thread Feng Wang
Hi robin, thanks! i have seen the website for OAI-PMH Testing of the DSpace Libaries. But i have 2 questionen still: 1.how can i use the DC-Format to build a request for searching a document? Like dc:creator=feng,wang and dc:titel=master thesis? I must build a DSpace by myself. Problem is,

Re: [Dspace-tech] How to get the connection to DSpace(how to build the DSpace request in Application)

2008-01-22 Thread Feng Wang
Thans for your Support. It is very useful I have a question still. Can u give me a example for OAI,like search all the Papers about a person who named John, Smith. how whould the request in OAI look like? You know, i just wanna know, thanks Regards! Feng Original-Nachricht

[Dspace-tech] How to get the connection to DSpace (how to build the DSpace request in Application )

2008-01-20 Thread Feng Wang
Hi everyone, Does someone know how I can take the communication between the DSpace DL and Application? I want to know, how can I write the application to get the connection to DSpace? Like use the OAI-PHM or something else? How can I build the URL-Request in my Application to DSpace? I mean,