[xsl] Substring test

Subject: [xsl] Substring test
From: "Aaron Johnson" <artpunx@xxxxxxxxx>
Date: Wed, 25 Oct 2006 16:41:00 +0100
Hi...

Is there a way to test if the name attribute of the focusedTab element
has content seperated by :: ?

Is this a substring test?

<navigation>
		<focusedTab unremovable="true" immutable="true" ID="38" name="Home::foo"/>
		<inactiveTab unremovable="true" immutable="true" ID="36" name="myDetails"/>
		<inactiveTab unremovable="true" immutable="true" ID="37" name="myMarks"/>
		<inactiveTab unremovable="true" immutable="true" ID="40" name="myEmail"/>
</navigation>

Thanks for any pointers...

Current Thread