Subject: AW: Searching within a text
From: Bernhard Keil <Bernhard.Keil@xxxxxx>
Date: Mon, 5 Jul 1999 17:31:58 +0200
|
you should do it this way
<person>
<has-animals>
<animal>cat</animal>
<animal>dog</animal>
<animal>horse</animal>
<animal>bird</animal>
</has-animals>
</person>
-----Ursprüngliche Nachricht-----
Von: Christian Suykens [mailto:c_suykens@xxxxxxxxxxx]
Gesendet am: Montag, 5. Juli 1999 16:34
An: XSL-List@xxxxxxxxxxxxxxxx
Betreff: Searching within a text
This is probably an easy question, so I hope someone has the obvious
answer...
In my XML-file I have an enumeration of keywords in the animal-tag:
<person>
<animal>
cat,dog,bird,...
</animal>
</person>
<person>
<animal>
monkey,cat,mouse,...
</animal>
</person>
Now I want to select those persons that have a certain keyword, for example
cat,with an xsl-statement.
Thanks, Christian Suykens
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|