I need to complete a task, although I am not quite sure how?
The task is to create a very unusual search system for a car rental site.
There is a database of cars that the rental company possesses, and when the user specifies the rental dates - the list of available cars should be presented to the user. But the thing is that they should be presented in the XML format using XSLT transformation.
The question is:
How to transform database search results into a structured XML document and present it on an ASP.NET webform?
All suggestions are welcome, if you need some more specific info, feel free to ask.
Thank you!