Based on Doejo setup
A Pen by Elizabeth Shell on CodePen.
Based on Doejo setup
A Pen by Elizabeth Shell on CodePen.
| <?xml version="1.0" encoding="utf-8" ?> | |
| <people> | |
| <person name="William Randolph Hearst" imageurl="images/hurst.gif"> | |
| <description> | |
| Hearst was well known as one of the biggest publishers and journalists of his time. He started with The San Francisco Examiner, and went from there. Hearst was one of the instigators of “yellow journalism” which started a whole branch of journalism that involved sensationalism. | |
| </description> | |
| </person> | |
| <person name="Edward R. Murrow" imageurl="images/murrow.jpg"> | |
| <description> |
| <!DOCTYPE html> | |
| <head> | |
| <title>Load XML With jQuery</title> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> | |
| <link href="StyleSheet.css" rel="stylesheet" type="text/css" /> | |
| <script type="text/javascript"> | |
| $(document).ready(function(){ | |
| //all code has been loaded and the document is ready to work. | |
| $.ajax({ |