xml - write to browser
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Quick question,
For debugging purposes I'd like to ouput the entire xml file to my
default browser. Do I need to traverse the xml structure (info
xmlelement) myself or is there a standard api that does this for me?
<%@ Page Language="c#"%>
<%
Server obj = new Server("localhost");
System.Xml.XmlElement info = obj.GetInfo();
// write to browser
%>
Using WinXP sp2 - IIS 5.1 - .NET 1.1
.
Relevant Pages
- Re: Http Connection
... I can access xml file with my browser (IE6 or Mozilla ... public String getContent(){ ... (comp.lang.java.programmer) - Re: Access denied ( From one site to another, that is in another server)
... the xml file using a browser and I was be able to do through the browser, ... >>> I think you used NET classes, because of the code you sent to me, so I ... Does NET need the MSXML parser? ... (microsoft.public.dotnet.framework.aspnet.security) - How to get browser to write a file to local disk
... There is a browser based application written in Flash Action Script that needs to write an XML file to the local disk. ... What should happen is a XML file is then written to disk which the application uses in several ways further downstream including applying an XSLT transformation to display the results. ... The catch is that none of these browsers allows files to be written to disk for security reasons regardless if Java applets, JavaScript, ECMAScript, etc. are used. ... So the problem is once the form is submitted and the Flash Action Script has the output XML ready, how to circumvent security and get the XML file written to preferably the same drive and directory the application was launched from. ... (Security-Basics) - Re: xml - write to browser
... For debugging purposes I'd like to ouput the entire xml file to my ... default browser. ... Do I need to traverse the xml structure (info ... xmlelement) myself or is there a standard api that does this for me? ... (microsoft.public.dotnet.framework.aspnet) - Re: Not Enough Storage Error during XML transformation
... "Erwin Moller" ... XML file have 4000+ records. ... Or your customer with another machine, browser, OS, browserversion, etc. ... A good general solution would be to implement some sort of pagination. ... (comp.lang.javascript) |
|