XML to be validated against multiple xsd schemas

前端 未结 4 1951
-上瘾入骨i
-上瘾入骨i 2020-12-10 08:46

I\'m writing the xsd and the code to validate, so I have great control here.

I would like to have an upload facility that adds stuff to my application based on an xm

4条回答
  •  时光取名叫无心
    2020-12-10 09:00

    You can also use a "resource resolver" to allow "xml authors" to specify their own schema file, at least to some extent, ex: https://stackoverflow.com/a/41225329/32453 at the end of the day, you want a fully compliant xml file that can be validatable with normal tools, anyway :)

提交回复
热议问题