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

Re: CSE494 P2 XML-QL



Try to do it in this way in your query:

<title>"Associate Professor"</title>

in stead of 

<title>Associate Professor</title>

Nie

On Tue, 17 Apr 2001, Dan Bryce wrote:

> Hi,
> 
> I'm having problems with the third xml-ql query.  Niagara is complaining
> because my query is looking for <title>Associate Professor</title>.  I'm
> thinking it doesn't like the space between the words because it gives me an
> error stating 'Professor' is bad syntax.  I've also noticed that in the
> lecture notes on xml that queries made on a name have a dash between
> the words (e.g. <name>Addison-Wesley</name>).  Is there a way to get around
> this problem without adding a dash in every space between words in a
> tag?
> 
> Thanks,
> 
> Dan Bryce
> 
> 
>