Tag: xml


  • After quite some time puzzling on the issue I decided to just fire off my problem to Twitter. Awesome as Twitter is for these kinds of things, I had my answer very soon: Apparently the DATE_ISO8601 is missing the “:” in the timezone offset, and the solution is very simple: date(‘c’ ); According to the…

  • After playing with it for a while, I actually had some work this week which would be a good project for using PHP5’s simpleXML functionality. I had to work with an existing standard which I had no control over, and which proved to become a bane of my existence though. The main problem of this…