[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Re: CSE494: Question about Niagara (fwd)




>From: Nie@asu.edu
>Date: Thu, 12 Apr 2001 19:03:11 -0700 (MST)
>Subject: Re: CSE494: Question about Niagara (fwd)
>X-Sender: zaiqingn@general1.asu.edu
>To: rao@asu.edu
>
>Dr Rao, can you forward this email to the class, I think it maybe helpful
>for other students too. I tried to cc it to cse494-s01@asu.edu but it is
>undeliverable.
>
>thanks,
>
>Nie
>
>---------- Forwarded message ----------
>Date: Thu, 12 Apr 2001 18:58:01 -0700 (MST)
>From: zaiqingn@imap2.asu.edu
>To: Stan R Seibert <volsung@asu.edu>
>Cc: cse494-s01@asu.edu
>Subject: Re: CSE494: Question about Niagara (fwd)
>
>Actually what you need to do is just to specify the URL of your XML file in
>your XML-QL query. For example:
>
>WHERE
><professors>$v1</>
>IN "http://www.public.asu.edu/~zaiqingn/textxml/textxml.xml"
>CONSTRUCT
><prof>$v1</>
>
>Then the Niagara Engine will fetch the data from the URL. From my experience,
>you should put your XML file and DTD file into a directory which have the same
>name of the DTD file. For example here I put my XML file: textxml.xml and my
>DTD: textxml.dtd into a directory named: textxml).
>
>You can try the above example query on Niagara to give you a idea. I just
>put a very simple xml and dtd at:
>http://www.public.asu.edu/~zaiqingn/textxml/textxml.xml
>http://www.public.asu.edu/~zaiqingn/textxml/textxml.dtd
>
>thanks,
>
>Nie
>
>On Thu, 12 Apr 2001, Ullas Nambiar wrote:
>
> >
> >
> > "Well Begun is Half Done"
> >
> > ---------- Forwarded message ----------
> > Date: Thu, 12 Apr 2001 17:04:10 -0700 (MST)
> > From: volsung@asu.edu
> > To: mallu@asu.edu
> > Subject: CSE494: Question about Niagara
> >
> > I'm having trouble figuring out how to get Niagara to read my XML
> > files.  Where do I put the files so that it can find them?
> >
> > ---
> > Stan Seibert
> >
> >
> >