Nathan Head
- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 30
Comments
Recent activity by Nathan Head Sort by recent activity-
What you are looking for is called substring-afterQ: What does substring-after do? A: Returns the remainder of string1 after string2 occurs in it Example and how you use it:substring-after(string1...
-
Rob, Yes. You can do something like this. <xsl:choose> <xsl:when test="contains(SKU, ' ')"> <xsl:value-of select="substring-after(SKU, ' ')"/> </xsl:when> <xsl:otherwise> <xs...
-
This should have been suggested years ago. +1