Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.21.0

Request #16588 XSD schema support
Submitted: 2009-09-10 15:09 UTC
From: moiseev Assigned:
Status: Open Package: XML_Serializer (version 0.20.0)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 16 + 47 = ?

 
 [2009-09-10 15:09 UTC] moiseev (Igor Moiseev)
Description: ------------ I'd like to request the XSD schema support by the XML_Serializer class. It is frequently needed to validate the xml versus the corresponding scheme! Is there any plans to implement it? PS. The only one workaround I found. It is to use DOMDocument class via the method schemaValidate, but it would be great to have it with one instance of Serilizer! See the link: http://us3.php.net/manual/en/class.domdocument.php

Comments