Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML to Excel

Status
Not open for further replies.

gingaz

Programmer
Joined
Feb 2, 2007
Messages
1
Location
LT
Hello!

I'm new to XML (and all web programming) so i don't know much about language possibilities (JScript, XML, XSL..). I was told, that this line
Code:
<META HTTP-EQUIV="CONTENT-TYPE"CONTENT="application/vnd.ms-excel">
will cause open web page with Excel. SO i put it in the <head> block. But XSL processor puts its own
Code:
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html">
line before mine (both are shown in source code then) and i don't know how to disable it. Can it be the problem?

How can i force to open page in Excel? I'm using xsql, xsl and JScript (as less as i can. Server-side as much as possible.).

It would be better if you give me some links to tutorials associated with this problem, 'cause i couldn't find any.

Thank you for your answers! :-)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top