Page 1 of 1

Is it possible to rex xml via C# on xamp server?

PostPosted: 19. March 2019 20:07
by ndfd2008
I have few lines of code which read xml data from server but now I want to move with apache server so should I run same script there or do I need to have any jquery or java scripts or php code to do that?

Re: Is it possible to rex xml via C# on xamp server?

PostPosted: 19. March 2019 20:36
by Nobbie
Actually, you can compile your C# script and run it as CGI under Apache. Of course, you also can move to JavaScript (but this is a browser script, it does NOT run on the server), we dont know anything about your script, therefore its hard to give a recommendation.

Re: Is it possible to rex xml via C# on xamp server?

PostPosted: 21. March 2019 11:26
by phildev
Hi, you may use jquery to read is instead of C# because its linux operating system option I believe you need. You may look this reference https://stoodq.com/article/read-xml-file-using-jquery-3 and I am sure it will help you.