PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
ctrLogicDotNet wrote:My problem was that one of my parents attribute had an & (ampersand) character...
Then it should be escaped as & otherwise it's assumed to be the beginning of an entity (like or Ӓ).
If it's not escaped it could make the XML invalid.