doutao5499 2011-12-28 17:26
浏览 243
已采纳

如何在php中使用XSD架构

I need to use an XSD schema to develop a Web Service that receive reservations from an Hotel. I've the url of the xsd. This is the OTA_HotelResNotifRQ.

I don't know how to begin with this. Someone can help me?

Thanks

  • 写回答

1条回答 默认 最新

  • doumibi6899 2011-12-28 19:01
    关注

    The PHP DOM extension, which is available almost all the time can do this natively.

    $dom = new DomDocument;
    $dom->loadXML($contentOfResponse);
    if ($dom->schemaValidate('path/to/schema.xsd')) {
        // Valid response from service
    } else {
        // Invalid response
    }
    

    Of course, you can also load the document to validate from a file.

    Documentation: http://ca.php.net/manual/en/domdocument.schemavalidate.php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料