[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (#3) 4.1.1 Grammar for Search Mechanism
Patrice Lapierre wrote:
>
>
> > capselect = "SELECT" SP cap-cols SP
>
> Must also support:
>
> SELECT VEVENT.VALARM
> SELECT VEVENT.*
>
> > "FROM" SP comp-name SP
>
> comp-name won't accept VEVENT.VALARM.
True but it does not have to do that.
The 'FROM' value is the component that you are selecting from
If you want to get from VALARM, there is no need for VEVENT.VALARM .
SELECT * FROM VALARM ...
If you just want the VALARMs for VEVENTs:
SELECT VALARM[.xxx][,...] FROM VEVENT ....
begin:vcard
n:Royer;Doug
tel;pager:pager@xxxxxxxxx
tel;cell:208-520-4044
tel;fax:866-594-8574
tel;work:866-594-8574
x-mozilla-html:FALSE
url:http://Royer.com/People/Doug
org:INET-Consulting LLC <http://INET-Consulting.com
adr:;;;;;;
version:2.1
email;internet:Doug@xxxxxxxxx
title:Chief Executive Manager
x-mozilla-cpt:;64
fn:Doug Royer
end:vcard