Re: Searching XML files
From: SF (SF_at_discussions.microsoft.com)
Date: 03/12/05
- Next message: D.P. Roberts: "MsgBox to display while processing"
- Previous message: PO: "Re: Copy an image"
- In reply to: mr_unreliable: "Re: Searching XML files"
- Next in thread: Bill James: "Re: Searching XML files"
- Reply: Bill James: "Re: Searching XML files"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Mar 2005 16:15:03 -0800
Thanks for the reply. I just read the link which you had sent. The links
talks about posting the data to th website.
I have around 1500 xml files in the folder which composes a book. The way it
should work is if the user types a keyword in a search box
for example Test in the search box it should search all the 1500 XML files
and return the name of only those xml files which have Test in the xml
document. Please suggest if the above component whic you have suggested will
work in my scenario.
thanks,
"mr_unreliable" wrote:
> hi SF,
>
> There is a COM package, whose members are readily usable from script.
>
> Dim xmlHTTP : Set xmlHTTP = CreateObject("Microsoft.XMLHTTP")
>
> It is well documented on msdn:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/xmmscXML.asp
>
> and, other websites:
>
> http://www.4guysfromrolla.com/webtech/110100-1.shtml
>
> In fact, if you know how to search the newsgroup archive, you can find
> example code postings from this very newsgroup!!!
>
> cheers, jw
>
> SF wrote:
> > Hi All,
> > I have around 1500 xml file in a folder and want to search for keywords in
> > the file. Please help me how to do this. Can it be done using Microsoft index
> > server ?? I am new to xml ....Please help
> >
> > thanks,
>
- Next message: D.P. Roberts: "MsgBox to display while processing"
- Previous message: PO: "Re: Copy an image"
- In reply to: mr_unreliable: "Re: Searching XML files"
- Next in thread: Bill James: "Re: Searching XML files"
- Reply: Bill James: "Re: Searching XML files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|