How to generate sample XML documents from their DTD or XSD?

前端 未结 19 1901
梦毁少年i
梦毁少年i 2020-11-22 10:11

We are developing an application that involves a substantial amount of XML transformations. We do not have any proper input test data per se, only DTD or XSD files. We\'d li

19条回答
  •  执笔经年
    2020-11-22 10:55

    Liquid XML Studio has an XML Sample Generator wizard which will build sample XML files from an XML Schema. The resulting data seems to comply with the schema (it just can't generate data for regex patterns).

提交回复
热议问题