zach-m / jonix

Commercial-grade library for extracting data from ONIX sources
Apache License 2.0
57 stars 17 forks source link

Onix3 product long description is parsed wrongly when we pass html format inside CDATA tag.It is parsed something like this "<<Text textformat="02" xmlns="http://ns.editeur.org/onix/3.0/reference"/>> " #26

Closed sravanikavuri closed 1 year ago

sravanikavuri commented 2 years ago

we are using 8.x version of Jonix.

sample text we pass in xml

03 00 Hello]]>
sravanikavuri commented 2 years ago

Any information on this?the content inside tag is empty if we pass content inside cdata.

rpinto-pe commented 2 years ago

Hi. Any help on how to overcome this issue and get text inside CDATA?

zach-m commented 1 year ago

See #32