XML webserver framework

Questions about XML that are not covered by the other forums should go here.
konarktriv7
Posts: 1
Joined: Mon May 25, 2020 9:10 am

XML webserver framework

Post by konarktriv7 »

I have a device that uses XML, its real simple in design, i could do with a framework (maybe PHP) that would allow me to create XML pages and serve them based on the hardware that calls them, so it would need to look at the agent header, and based on that service a specific XML page that i design.



Slighty WYSIWYG would be nice, but if its more template driven that also works, there would be XML buttons changing based on the total pages needed, does anything like this exist?



Clearly i can code with a small bit pf PHP, however it would surprise me if a framework doesnt exist already to allow me some sort of control based on agent headers etc....
Radu
Posts: 9058
Joined: Fri Jul 09, 2004 5:18 pm

Re: XML webserver framework

Post by Radu »

Hi,

There is a Javascript library named Saxon JS which can be used to convert XML to HTML on the fly:

http://www.saxonica.com/saxon-js/docume ... index.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply