Tag: JSON / JAVA / XML

Community

Use the YouTube API with PHP

(Vikram Vaswani) The YouTube video sharing site allows Web application developers to access public content through its REST-based developer API. The SimpleXML extension in PHP is ideal for processing the XML feeds generated by this API and using them to build customized PHP applications. This articl

Community

The Spirit of Schematron in TDD

(Eric Larson) Test Driven Development is a relatively popular methodology nowadays and I think XML tools can play crucial aspect in better testing. Testing frameworks are more than capable of using and testing XML based applications, but just in case you have ever had trouble, here are a few tips.