Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

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?

Full Threads Oldest First

Showing messages 1 through 4 of 4.

  • lost...
    2003-06-13 14:52:45  anonymous2 [View]

    The author's website seems to be down so the example he very helpfully posted there isn't available. If someone could post a copy elsewhere it would be greatly appreciated.

    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
  • lost...
    2003-04-04 06:04:55  Harold Martin | [View]

    You are adding it the Internet.didInstall trigger below the line let "$rss := http-request-value($httpRequest, "DATA")"
    • lost...
      2003-04-04 09:25:53  anonymous2 [View]

      thankyou for the interesting article but as a beginner working in project builder and sherlock, and like the previous poster, i am having difficulty following what needs to go where in the channel.xml code and what needs to be removed.. would it be possible to post a full copy..

      thanks