| | |
Asp+xml+mssql
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
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
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 6:58 am.
Plato forgot the nullahedron..
![]() |
Similar Threads
- 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: How to continue to next new excel worksheet
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso iis msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection windows7






