Maybe try changing <br>
<br>
<template match="/" ><br>
<br>
to <br>
<br>
<template match="//item" ><br><br>and change <br><br>TITLE="<value-of select="/rss/channel/item/title"/>"<br>FILE="<value-of select="/rss/channel/item/enclosure/@url"/>"<div>
<br>to<br><br>TITLE="<value-of select="title"/>"<br>FILE="<value-of select="enclosure/@url"/>" <br><br>(not tested)<br><br>- Dave<br></div><br><br><div class="gmail_quote">
On Mon, Feb 1, 2010 at 10:30 PM, Dan Linder <span dir="ltr"><<a href="mailto:dan@linder.org">dan@linder.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I listen to quit a few podcasts, but some of their internal MP3<br>
title/album/etc fields messed up. Â My podcatcher (bashpodder -<br>
<a href="http://lincgeek.org/bashpodder/" target="_blank">http://lincgeek.org/bashpodder/</a>) uses the xsltproc command line tool<br>
to parse the RSS feed for the URLs for the MP3s.<br>
<br>
When I try to parse an RSS feed with my XSL file (see below), I get<br>
only the first RSS entry field:<br>
  xsltproc parse.xsl <a href="http://leoville.tv/podcasts/sn.xml" target="_blank">http://leoville.tv/podcasts/sn.xml</a><br>
<br>
Any idea how to modify the XSL file to work on all RSS entries?<br>
<br>
Once I get that, it's fairly easy to use mp3info2 to fix the internal<br>
MP3 fields so my player shows usable information.<br>
<br>
On a side note, this site was a good primer on XSL:<br>
  * <a href="http://accu.org/index.php/journals/311" target="_blank">http://accu.org/index.php/journals/311</a><br>
Any others that people have found helpful?<br>
<br>
Thanks,<br>
<br>
Dan<br>
<br>
=== begin parse.xsl ===<br>
<?xml version="1.0"?><br>
<!-- Â --><br>
<stylesheet version="1.0"<br>
    xmlns="<a href="http://www.w3.org/1999/XSL/Transform" target="_blank">http://www.w3.org/1999/XSL/Transform</a>"><br>
 <output method="text"/><br>
 <template match="/" ><br>
###########################<br>
ALBUM="<value-of select="/rss/channel/title"/>"<br>
TITLE="<value-of select="/rss/channel/item/title"/>"<br>
FILE="<value-of select="/rss/channel/item/enclosure/@url"/>"<br>
###########################<br>
 </template><br>
</stylesheet><br>
=== end parse.xsl ===<br>
<br>
--<br>
***************** ************* *********** ******* ***** *** **<br>
"Quis custodiet ipsos custodes?"<br>
  (Who can watch the watchmen?)<br>
  -- from the Satires of Juvenal<br>
"I do not fear computers, I fear the lack of them."<br>
  -- Isaac Asimov (Author)<br>
** *** ***** ******* *********** ************* *****************<br>
_______________________________________________<br>
Omaha-pm mailing list<br>
<a href="mailto:Omaha-pm@pm.org">Omaha-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/omaha-pm" target="_blank">http://mail.pm.org/mailman/listinfo/omaha-pm</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Dave Burchell<br>