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]

XSL and substring filter ?


<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


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