cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

While reading xml XML Parser failed with reason mixed content is not supported

Ajay_Chawda
Contributor

Hello Experts,
iโ€™m trying to read XML file, but xml parser failed with error .
image

Any suggestions over here ?

Regards,
Ajay

2 REPLIES 2

bojanvelevski
Valued Contributor

Hey @Ajay_Chawda,

The problem in your xml is that you have a content and a child element on a same level, like on the following example:

image

This cannot be parsed into JSON. You can try the following workaround:

Getting around mixed content - XML

@bojanvelevski Thank you for help. any sample pipeline.
iโ€™m using XSLT snap ,but it is failing.
XSLT error

Regards,
Ajay