th3w0rld1sn0t3n0ugh
Programmer
I have a xsl file which skins a Livelink search result. However if no result is found by the Livelink search engine I get the following response:
How do I get my XSL file to skin a 'no result' response?
Code:
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <output>
- <SearchResults>
<SearchResult>Sorry, no results were found</SearchResult>
</SearchResults>
</output>
How do I get my XSL file to skin a 'no result' response?