How to print full error path when using libxml2 schema.validate() to validate a xsd file?

前端 未结 0 383
渐次进展
渐次进展 2021-01-11 23:29

Here is basic code from xsd document:

schema, err := xsd.Parse(xsdsrc)
if err != nil {
   panic(err)
}
defer schema.Free()

if err := schema.Validate(doc); er         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题