Page 1 of 1

XML webserver framework

Posted: Mon May 25, 2020 9:49 am
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....

Re: XML webserver framework

Posted: Tue May 26, 2020 11:38 am
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