Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<!-- if interface mode, replicate any element --> <xsl:template match="*" mode="interface"> <xsl:element name="{local-name()}" namespace="{namespace-uri()}"> <xsl:apply-templates select="@*"/> <xsl:apply-templates select="*|text()" mode="interface"/> </xsl:element> </xsl:template>
This paste will be private.
From the Design Piracy series on my blog: