Remove obsolete rels

This commit is contained in:
Sam Ruby 2006-09-05 21:04:28 -04:00
parent fc6e39a388
commit e726744438

View File

@ -7,6 +7,10 @@
<!-- strip planet elements and attributes -->
<xsl:template match="planet:*|@planet:*"/>
<!-- strip obsolete link relationships -->
<xsl:template match="atom:link[@rel='service.edit']"/>
<xsl:template match="atom:link[@rel='service.post']"/>
<!-- add Google/LiveJournal-esque noindex directive -->
<xsl:template match="atom:feed">
<xsl:copy>