Article:
 |
|
Creating Sherlock Channels, Part 2
|
| Subject: |
|
lost... |
| Date: |
|
2003-04-04 05:19:26 |
| From: |
|
anonymous2
|
|
|
|
Maybe it's just me, but I'm totally lost now.
Where are we adding the part that has:
let $goods := for $item in $rss/rss/channel/item
return dictionary(
("description", $item/title/text()/convert-html(.)),
("doubleClickURL", $item/link/text()/convert-html(.))
)
Maybe a completed Channel.xml would help those that are new to Project Builder?
|
Showing messages 1 through 4 of 4.
-
lost...
2003-06-13 14:52:45
anonymous2
[View]
Also - a note for anyone else stuck at this step - when you change the language from JavaScript to XQuery you *have to remove all the existing JavaScript code in that section*. Seems obvious but it took me a good hour or so to figure out why nothing was working (apparently PB is not big on giving out error messages, or I haven't found them yet).
MH