Forum Discussion
SandeepVemula
7 years agoContributor
I have 2 XSD files one refering another and I have uploaded both to SLDB. and modified the include statement in parent XSD. (…/ChildName.xsd). Still I am facing Errors.
- mina7 years agoEmployee
hi Sandeep, I think its its best to try the local disk as can modify the path in each xsd so they can find each other.
- SandeepVemula7 years agoContributor
Worked Fine Mina. Thanks for the solution. Now I am facing one more problem. XML is getting validated against XSD but if XML is not valid due to lets say 3 errors but in XML Parser snap its showing only one error i.e first error. If I resolve it and again parse its showing next. Is there any way to see all validation errors(Validation Summary) at once.