brucemcpherson / desktopliberation

hosting for desktop liberation google plus community
30 stars 1 forks source link

Markup HTML from JSON with Apps Script and JavaScript #151

Open brucemcpherson opened 1 year ago

brucemcpherson commented 1 year ago

In Create GraphML markups from Apps Script I showed how to render GraphML from Apps Script/JavaScript. Since GraphML is just a markup language, we can use the exact same code to render any XML family markup.

In this article, we’ll use the same library as in Create GraphML markups from Apps Script to automate the rendering of nicely formatted HTML from JavaScript.

Article is here: https://ramblings.mcpher.com/gassnippets2/json-to-html-markup/