•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 391,555 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,624 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP advertiser: Lunarpages ASP Web Hosting
Views: 1561 | Replies: 3
![]() |
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!
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!
NOW is the hour
•
•
Join Date: Jul 2006
Location: Deptford, London
Posts: 936
Reputation:
Rep Power: 5
Solved Threads: 47
You shouldn't send an XML file with a linked transform directive directly to the user's browser. Not all browsers support client-side XSL transformations.
You should look for a server-side XSL processor, perform the transformation at the server end, and send (X)HTML.
There should be an ASP-ready XSL processor on Windows Servers based on MSXML (www.perfectxml.com/articles/xml/XSLTInMSXML.asp . See if it's on your server, if not, ask for/install it.
That's the same processor used by MSIE for client-side transforms; doing the process at your server though, means that you can serve to browsers other than MSIE and FF.
You should look for a server-side XSL processor, perform the transformation at the server end, and send (X)HTML.
There should be an ASP-ready XSL processor on Windows Servers based on MSXML (www.perfectxml.com/articles/xml/XSLTInMSXML.asp . See if it's on your server, if not, ask for/install it.
That's the same processor used by MSIE for client-side transforms; doing the process at your server though, means that you can serve to browsers other than MSIE and FF.
Last edited by MattEvans : Jan 15th, 2007 at 5:58 am.
If it only works in Internet Explorer; it doesn't work.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb ASP Marketplace
- How to Parse XML in ASP? (ASP)
- [For Hire] $12/hour!! - Quality ASP.NET/MSSQL Developer (Post your Resume)
- selecting certain xml elements (RSS, Web Services and SOAP)
- Asp and XML error (ASP)
- Experienced C# .NET developer looking for offsite job! (Post your Resume)
- Java Server Pages (JSP)
Other Threads in the ASP Forum
- Previous Thread: File Download Dialog Box(ASP)
- Next Thread: Error Microsoft OLE DB/ODBC (0x80004005) Access


Linear Mode