Hi im trying to get this, http://5.39.71.159:8569/status-json.xsl , to a readable rss file where i can pull the information from.
Asked
Active
Viewed 44 times
0
-
That file appears to be JSON. XSLT needs XML as input. – Richard Feb 17 '19 at 16:01
-
Is there any way of converting that data? or from http://5.39.71.159:8569/status.xsl – Rob S Williams Feb 17 '19 at 16:06
-
Yes. You'll need code in something that reads JSON and outputs something useful for you. (I would convert directly to HTML: little point in a two staged conversion). – Richard Feb 17 '19 at 16:50
-
1This question ["Convert JSON to XML using XSLT 3.0 functions"](https://stackoverflow.com/q/47590058/1305969) may be useful for you. – zx485 Feb 17 '19 at 19:31
-
Thank You will give it a go – Rob S Williams Sep 21 '21 at 17:24