[xsl] Add one word in starts-with function

Subject: [xsl] Add one word in starts-with function
From: "Selvaganesh" <selvaganesh_t@xxxxxxxxxxxxxx>
Date: Wed, 23 Dec 2009 13:04:46 +0530
Hi Team,

I need to process for following keywords only in ID value. How can I fix the
one more words in starts-with function.

id="Section 5"
id="Paragraph 5"

How can I add the paragraph followed by the section.

<xsl:value-of select="@id[starts-with(., 'Section')]"/>

Thanks to everyone,
Selva.


Confidentiality Notice:  This transmittal is a confidential communication.  If you are not the intended recipient, you are hereby notified that you have received this transmittal in error and that any review, dissemination, distribution or copying of this transmittal is strictly prohibited.  If you have received this communication in error, please notify this office immediately by reply and immediately delete this message and all of its attachments, if any.

Current Thread