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