XHP: Object Oriented XML in PHP
1050 B2 · Tuesday, October 12, 2010, 7-9:00pm
Posted 1 year, 8 months ago · 13 participants
XHP has transformed how PHP is written at Facebook. An augmentation of the PHP language to allow XML document fragments as valid expressions, XHP changes the way front end code is developed. Using these XHP objects instead of string literals to output HTML has eliminated XSS vulnerabilities, prevented missing closing tags, and stopped invalid markup, all while existing as an XML document tree.... [read more]