5 users online. Create an account or sign in to join them.Users
XSL Panda - Code Snippets Bookmarklet
This is an open discussion with 1 reply, filed under General.
5 users online. Create an account or sign in to join them.Users
This is an open discussion with 1 reply, filed under General.
Symphony • Open Source XSLT CMS
--with-xsl)
Here’s a fun thing a colleague just pointed out: textpanda.com
Add the following bookmarklet to your bookmarks and call it
xslpanda. Click the bookmarklet to activate; click again to deactivate:javascript:(function(){var%20script=document.createElement('script');script.setAttribute('src','http://textpanda.com/index.js#99963163-3FCC-4029-9386-8C14D3BC628A');document.body.appendChild(script);})()You can get it to do fun things like XSL code snippets. Type
xsl:chooseand get this:<xsl:choose> <xsl:when test=""></xsl:when> <xsl:otherwise></xsl:otherwise> </xsl:choose>Or type
xsl:for-eachand get this:<xsl:for-each select=""> <xsl:value-of select="" /> </xsl:for-each>Or add whatever else you like. Fun :)