But how about the idea to do this without XLST?
The trick here is to use XPath to select the best item (flight, car, hotel) from the list. Suppose your data looks something like this:
- Results
- Result
- Price
- ...
- Result
- Price
- ...
- ...
- Result
Credits go to jan willem broek for this solution!
1 comments:
Hi Marc,
How to get the latest records from a given set of records i.e sort the records by date and select the first one. Question is how to sort the records by date(yyyy-DD-MMTHH:MM:SSS) in xslt.
Chaitu
Post a Comment