Parse XML using a XSD in PHP

后端 未结 2 1896
闹比i
闹比i 2021-01-11 17:32

I have a XML file and a a bunch of XSD files with schemas. How do I parse the XML file using the correct XSD file and schema in PHP?

2条回答
  •  既然无缘
    2021-01-11 18:16

    Check this tool - http://github.com/moyarada/XSD-to-PHP. It sounds exactly what you're asking. You can marshal/unmarshal XML usind generated from XSD PHP classes.

提交回复
热议问题