There is an issue when the < (less than) symbol is used. If the < has any character after it, cheerio either drops the remaining characters after it or crashes.
Work around: If you put a space after the < symbol, it works as expected.
Also note the with cheerio the html encode characters do not work as it does not decode the characters.
We are using a json format data object.
We are using the latest version of JSREPORT and Cheerio html engine seem to.
Please do not hesitate to let me know how we can help in resolving this issue.
There is an issue when the < (less than) symbol is used. If the < has any character after it, cheerio either drops the remaining characters after it or crashes.
Work around: If you put a space after the < symbol, it works as expected.
Also note the with cheerio the html encode characters do not work as it does not decode the characters.
We are using a json format data object.
We are using the latest version of JSREPORT and Cheerio html engine seem to.
Please do not hesitate to let me know how we can help in resolving this issue.