1
I urgently need to validate an xml in the Cadprev system, but I cannot find the problem in it that makes the message appear:" the chosen file is not in the format specified by the XML schema of the demonstrative". I would like tips on how to validate this xml
http://pasted.co/36d08b57 - xml generated http://pasted.co/720d69a7 - php generator
I need more information about what it means to validate. You have written a program that receives an XML and now you want to validate it?
– rodrigogq
Exactly that friend, I have a code in php that generates this XML, now I need to validate this XML in this schema format that seems to be the default, but I do not know how to do it
– Cezar Nunes
present the schema, the code that generates your xml and the xml generated by your code
– Leandro Angelo
I edited there, sorry
– Cezar Nunes