<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: opml -> html</title>
	<link>http://ask.metafilter.com/4792/opml-html/</link>
	<description>Comments on Ask MetaFilter post opml -> html</description>
	<pubDate>Wed, 21 Jan 2004 05:51:57 -0800</pubDate>
	<lastBuildDate>Wed, 21 Jan 2004 05:51:57 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: opml -&gt; html</title>
		<link>http://ask.metafilter.com/4792/opml-html</link>	
		<description>Anyone know a quick and simple way to convert opml files into html? I&apos;ve found two good &lt;a href=&quot;http://www.neuro-tech.net/opml.xsl&quot;&gt;XSLT&lt;/a&gt; &lt;a href=&quot;http://radio.weblogs.com/0107481/opml2html.xsl&quot;&gt;stylesheets&lt;/a&gt;, but the &lt;a href=&quot;http://www.w3.org/2001/05/xslt&quot;&gt;W3C XSLT Service&lt;/a&gt; seems to be fudging the links.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.4792</guid>
		<pubDate>Wed, 21 Jan 2004 05:12:58 -0800</pubDate>
		<dc:creator>will</dc:creator>
		
			<category>xslt</category>
		
			<category>opml</category>
		
			<category>html</category>
		
			<category>convert</category>
		
			<category>stylesheets</category>
		
			<category>w3c</category>
		
	</item> <item>
		<title>By: IshmaelGraves</title>
		<link>http://ask.metafilter.com/4792/opml-html#107587</link>	
		<description>Is this a quirk of the W3C XSLT Service or a problem with the stylesheets? Have you tried linking the XSLT as a stylesheet from the OPML document and loading it in IE6 or a recent Mozilla, both of which do client-side XSLT transformation?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.4792-107587</guid>
		<pubDate>Wed, 21 Jan 2004 05:51:57 -0800</pubDate>
		<dc:creator>IshmaelGraves</dc:creator>
	</item><item>
		<title>By: will</title>
		<link>http://ask.metafilter.com/4792/opml-html#107599</link>	
		<description>Good question. I&apos;m not extremely familiar with XSLT, so I&apos;ll brush up. I&apos;ll also try IE6 and Mozilla.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.4792-107599</guid>
		<pubDate>Wed, 21 Jan 2004 06:37:14 -0800</pubDate>
		<dc:creator>will</dc:creator>
	</item><item>
		<title>By: riffola</title>
		<link>http://ask.metafilter.com/4792/opml-html#107600</link>	
		<description>Ishmael, do you use PHP or ASP? It might lead to wider use if you used a XSL parser to parse the file using that stylesheet.&lt;br&gt;
&lt;br&gt;
In PHP you can use the following:&lt;br&gt;
&lt;br&gt;
&amp;lt;?php&lt;br&gt;
ob_start(&quot;ob_gzhandler&quot;);&lt;br&gt;
&lt;br&gt;
   $opml = xslt_create();&lt;br&gt;
   $result = xslt_process($opml, &apos;opml.xml&apos;, &apos;opml2html.xsl&apos;);&lt;br&gt;
   echo $result;&lt;br&gt;
   xslt_free($opml);&lt;br&gt;
?&amp;gt;&lt;br&gt;
&lt;br&gt;
Or just put this line right after the XML declaration in the OPML file:&lt;br&gt;
&amp;lt;?xml-stylesheet href=&quot;opml2html.xsl&quot;?&amp;gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.4792-107600</guid>
		<pubDate>Wed, 21 Jan 2004 06:38:23 -0800</pubDate>
		<dc:creator>riffola</dc:creator>
	</item><item>
		<title>By: riffola</title>
		<link>http://ask.metafilter.com/4792/opml-html#107601</link>	
		<description>Oops that was for will</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.4792-107601</guid>
		<pubDate>Wed, 21 Jan 2004 06:40:43 -0800</pubDate>
		<dc:creator>riffola</dc:creator>
	</item><item>
		<title>By: Galvatron</title>
		<link>http://ask.metafilter.com/4792/opml-html#107699</link>	
		<description>&lt;a href=&quot;http://www.google.com/search?q=opml2html&quot;&gt;Maybe one of these?&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.4792-107699</guid>
		<pubDate>Wed, 21 Jan 2004 11:26:43 -0800</pubDate>
		<dc:creator>Galvatron</dc:creator>
	</item><item>
		<title>By: LukeyBoy</title>
		<link>http://ask.metafilter.com/4792/opml-html#107810</link>	
		<description>I&apos;m actually the maintainer of the first one, and the W3C service works OK for me.  What problem are you having with it?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.4792-107810</guid>
		<pubDate>Wed, 21 Jan 2004 16:21:47 -0800</pubDate>
		<dc:creator>LukeyBoy</dc:creator>
	</item>
	</channel>
</rss>
