[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] XSL and substring filter ?


Subject: [xsl] XSL and substring filter ?
From: Jitu <jibhatia@xxxxxxxxxxx>
Date: Fri, 09 Aug 2002 18:29:39 +0530

<row>
<fruit>apple, orange</fruit>
<vegetable>potato, chillies</vegetable>
<drink>cola , orange juice </drink>
</row>

<row>
<fruit>grapes</fruit>
<vegetable>nothing</vegetable>
<drink>lemon juice</drink>
</row>

...
I want to pick up all the child elements of row which has a certain string appearing as part of its text.


For example if my search is based on 'orange', following should be returned :

<fruit>apple, orange</fruit>
<drink>cola , orange juice </drink>

Basically how do i filter this way (a substring kind of filter) . I want to use xsl-foreach and apply this filter simultaneously.

Code would be of great help !
Jitu


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




Current Thread