XML to be validated against multiple xsd schemas

前端 未结 4 1944
-上瘾入骨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 08:55

    Take a look at NVDL (Namespace-based Validation Dispatching Language) - http://www.nvdl.org/

    It is designed to do what you want to do (validate parts of an XML document that have their own namespaces and schemas).

    There is a tutorial here - http://www.dpawson.co.uk/nvdl/ - and a Java implementation here - http://jnvdl.sourceforge.net/

    Hope that helps! Kevin

提交回复
热议问题