NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Comments on the Atom feed (Score:1)
That Atom feed is somewhat suboptimal.
type="text"is basically just inline text. You should expect no particular formatting. (Sayingtype="text"is the same as omitting it altogether, btw.) Usingtype="text/plain"is more appropriate in that case. Note however that this is only valid for the<content>element. Your most interoperable bet is to stick the whole thing intype="html"with<pre>tags in the HTML.Further, you could include
<link rel="enclosure" ... />links in the entrieRe:Comments on the Atom feed (Score:1)
Man, I've really learned a lot in this project!!!
Reply to This
Parent