↧
How to delete / remove nodes in SimpleXML
The other day I was testing and playing with SimpleXML to process some XML documents when I came to a problem – I realized that I needed to delete a node before dumping the XML object to text. However...
View ArticleHTML DocType Text: World’s Tiniest and Shortest HTML DocType Declaration
Dustin Diaz made an interesting discovery to trigger “standards mode” with just a tiny little declaration instead of the regular lengthy one we see everywhere. As opposed to “standard mode”, there’s...
View Article