Hi all!
 
I have the XSP page. The xml it generates is then opened in Microsoft Excel.
How to add such processing instruction in resul xml?
<?mso-application progid="Excel.Sheet"?>

I tried to experiment with something like this:
<xsp:pi target="mso-application">
  ..
</xsp:pi>
But I could generate only <?mso-application ?> this way.
Moreover i need to place this p.i. right after <?xml version="1.0" ?> in
result xml!

Please help.

Lars


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to