Hi,
I am getting this error while validating some XML strings against an XML Schema.
"Mixed Content is not allowed at location '/*schema[1]/*:complexType[6]'. "
How can I identify which complexType exactly , is causing the error? Is it the schema or the XML string?
Thanks in advance.