-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Re this post, if you have comments or questions, this is the place.
I would love to have a very simple XML viewer app. I have one that I don't like very much. The app would run in a web page or on a server (if so, must be a Node app). It takes a url parameter, displays the contents of the file, parsed and indented consistently, and uses the same display that GitHub uses to display code, though it doesn't need any of the GH features, just the appearance. Horizontal scrolling, not wrapping text. I would use it in my existing app, with credit of course. I need this because my work requires me to look at XML files. And as far as I know there isn't a great way to do that, and given all the XML that's out there (web pages are XML, RSS feeds are XML) it would make sense to solve this problem well, as a very useful upgrade to the user experience of the web.