jonix
jonix copied to clipboard
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"/>> "
we are using 8.x version of Jonix.
sample text we pass in xml <CollateralDetail> <TextContent> <TextType>03</TextType> <ContentAudience>00</ContentAudience> <Text textformat="02">Hello]]></Text> </TextContent> </CollateralDetail>
Any information on this?the content inside tag is empty if we pass content inside cdata.
Hi. Any help on how to overcome this issue and get text inside CDATA?
See #32