OK, I have a question regarding the Yahoo RSS feeds.
I'm looking at this URL
http://rss.news.yahoo.com/rss/oddlyenough
The story link format is
http://news.yahoo.com/s/ap/20070206/...e_state_run_up
And the printer link uses the exact same URL, but places
&printer=1;_ylt=A0WTUeFN1MhFBmgB6QwuQE4F;_ylu=X3oD MTA3MXN1bHE0BHNlYwN0bWE-
on the end. Where does all this _ylt= and _ylu stuff come from?
I attemped using a pattern of
http://news\.yahoo\.com(.*)
With a rewrite as
http://news.yahoo.com/$1&printer=1;
But that doesn't work. How can you tell it to add stuff that wasn't in the orignal URL? Would I have to account for that in the pattern? Something like
http://news\.yahoo\.com(.*)&printer=1;(.*) ? (question character not being associated with the URL pattern)
Edit: Oh, and what does "Error enumerating VFS volumes: 0x290d" mean? I've never seen this before using Sunrise XP. Everything seems to function properly, and this error doesn't show up on my Palm, only on the log on my desktop. I'm assuming it's a sync issue of some sort? My Palm thinks it's fine, but my PC has issues with what the Palm says?
Edit 2: Well, I got rid of the enumerating error by uninstalling and reinstalling without th conduit, and all seems well.
I've also found that in the web browser, you can delete all the stuff following the '&printer=1;" portion of the URL and the pages displays just fine.
So, reading through the wiki and various threads on the forum, it appears as though my rewrite is the correct format, yet it still gives me the standard article instead of the printer friendly version. Any ideas what I'm doing wrong?
Thanks in advance for any help!