<?xml version="1.0" encoding="ISO-8859-1"?>
<Note>
<from>
Ahmad
</from>
<to>
Yasir
</to>
<body>
hello yasir.
</Note>
Above is my xml file which misses the ending tag of <body>.
i want a php program that will detect this error and also fix the error and place the ending tag.
can someone help me?