This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Wild Card Search


Hi

I was wondering if it is possible to perform a wild card search on the
following:

    <xsl:for-each
select="TAP/TutorialList/Tutorial[DifficultyLevel='Beginner']">

Something like

    <xsl:for-each
select="TAP/TutorialList/Tutorial[DifficultyLevel='*inne*']">


TIA,

Kunal


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]