Cannot find org.knime.base.data.xml package anywhere

Hi,

I wanted to use org.knime.base.data.xml.SvgCell to display an image content in a table cell similar to histogram image displayed in Statistics Node table cell. However, I do not seem to find this package or the Knime extention that may contain this class. I am using Knime version 3.4.1.

Any help or suggestions would be much appreciated.

Thank you,

Murali

The SVGCell is contain in the org.knime.ext.svg plug-in. Add it to your target platform, add a dependency to it in your plug-in and then you can use the class.

Hi Thor,

Thank you for your prompt suggestion. It worked.

Best,

Murali