Merge and Manipulate IBM Domino Server Side Generated HTML in Express using cheerio

InstructorMark Barton

Share this video with your friends

Send Tweet

This lesson will show how you can reuse Domino generated HTML inside an Express handlebars template.

It might make more sense in some cases where you have complicated business logic which is producing HTML in Domino to reuse it without having to reconstruct it again using handlebars logic.

Using the cheerio package we demonstrate modifying the Domino HTML so we can add the Domino host name to our images, as well as removing elements we no longer need.