[REBOL] Multiple Expressions in Parsing Rules

1999-10-29 Thread xmldiva
Hello, I've just about solved my HTML parsing question from yesterday. (The code segment I provided yesterday provided a simplistic example.) For some reason I don't quite understand, the information I needed on parsing is found in the "Addendum" to the Users Guide. I now want to specify multip

[REBOL] Multiple Expressions in Parsing Rules Re:

1999-10-29 Thread strejcek
> Hello, > > I've just about solved my HTML parsing question from yesterday. (The code > segment I provided yesterday provided a simplistic example.) For some reason > I don't quite understand, the information I needed on parsing is found in > the "Addendum" to the Users Guide. > > I now want t

[REBOL] Multiple Expressions in Parsing Rules Re:(2)

1999-10-29 Thread xmldiva
Jan, Thanks for your suggestion. You left off a closing parentheses but now it works as shown below. To generalize for multiple expressions, I'll just write the code in a block statement. Thanks, Cheryl > > I now want to specify multiple expressions in a rule. As a an example from > > the Adde