-
-
Top News
- Sharing MTS USB internet with other computers
- Solution for Network Cable Unplugged
- NextGEN Gallery causing Page Not Found error and Duplicate content pages
- Using Binatone Router with BSNL Broadband Connection
- BSNL Broadband DNS Servers
- Some websites not working with BSNL broadband connection
- jQWizard Version 1 Released
- UPS for Wireless Router or Modem
- Admagnet Review
- PHP coding conventions
xsl Archive
-
xsl Template to split strings
Posted on September 22, 2010 | No CommentsAn xsl template for splitting strings. Template: <xsl:template name="StrSplit"> <xsl:param name="str" /> <xsl:param name="separator" /> <xsl:choose> <xsl:when test="contains($str, $separator)"> <xsl:call-template name="StrSplit"> <xsl:with-param...

