Subject: RE: [xsl] xsl:analyze-string From: David.Pawson@xxxxxxxxxxx Date: Mon, 2 Aug 2004 11:40:07 +0100 |
-----Original Message----- From: Michael Kay I think that rather than using xsl:analyze-string to analyze the value of regex-group(5), I would use a sequence of calls on matches(): <xsl:variable name="fname" select="regex-group(5)"/> <xsl:choose> <xsl:when test="matches($fname, 'b$')">... <xsl:when test="matches($fname, 'm$')">... <xsl:otherwise>... Works well. Add additional when clauses for new types, the otherwise takes care of exceptions. Thanks Mike! regards DaveP -- DISCLAIMER: NOTICE: The information contained in this email and any attachments is confidential and may be privileged. If you are not the intended recipient you should not use, disclose, distribute or copy any of the content of it or of any attachment; you are requested to notify the sender immediately of your receipt of the email and then to delete it and any attachments from your system. RNIB endeavours to ensure that emails and any attachments generated by its staff are free from viruses or other contaminants. However, it cannot accept any responsibility for any such which are transmitted. We therefore recommend you scan all attachments. Please note that the statements and views expressed in this email and any attachments are those of the author and do not necessarily represent those of RNIB. RNIB Registered Charity Number: 226227 Website: http://www.rnib.org.uk
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] xsl:analyze-string, Michael Kay | Thread | [xsl] how to take table data?, Venkatapathi Indukur |
RE: [xsl] how to take table data?, Michael Kay | Date | RE: [xsl] How to process elements w, Ganesh Babu Nallamot |
Month |