looking for xslt example using filtering
I'm looking for an example of how to filter out a value for display. I'm trying to use this logic to change something in the short item display. So, for example,
Given:
<a>123_abc</a>
<a>456_abc</a>
<a>789_abc</a>
if <a> does NOT contain 123, display this:
Label: 456_abc
789_abc
in the case where <a> only contains 123, don't display anything.
So if you have
<a>123_abc</a>
You should not display anything - just skip it.
Thank you!
Jose
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
RSS Feed