Note that when the is escaped, it should read   (that
is the ampersand needs to be escaped).
On Sunday, December 15, 2002, at 04:32 PM, Michel Beaucourt wrote:
> If i use the code:
> let $resultlist := data-match-all($html,"<TR><TD>","<TR><TD>
> </TD></TR>,false(),false())
>
> then i see my results when debugging in the sherlock XQuery channel,
> but they don't display in the table when running the program.
>
> But when i translate the above line of code to:
> let $resultlist :=
> data-match-all($html,"<TR><TD>","<TR><TD>
> </TD></TR>",false(),false())
> I don't get any results anymore. I just don't understand why. Does the
> ' ' thing also have to be translated?
>
__________________________________________________________________
Riley Howard
_______________________________________________
sherlock-channel-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/sherlock-channel-development
Do not post admin requests to the list. They will be ignored.