SlideShare une entreprise Scribd logo
1  sur  29
 
 
 
 
 
 
XML ,[object Object]
<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org /TR/xhtml1/DTD/xhtml1-strict.dtd&quot;> <html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;> <head> <meta http-equiv=&quot;Content-Type&quot; content= &quot;text/html; charset=UTF-8&quot; /> <title>page title</title><meta name=&quot;robots&quot; content= &quot;index,follow&quot; /> <meta name=&quot;robots&quot; content=&quot;noarchive&quot; /> <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/_data/css/screen.css&quot; media=&quot;all&quot; /> </head> <body id=&quot;pagetop&quot;> <div id=&quot;top&quot; class=&quot;light trans-white&quot;>
<!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;> <html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;> <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /> <title>website title</title> <meta name=&quot;robots&quot; content=&quot;index,follow&quot; /> <meta name=&quot;robots&quot; content=&quot;noarchive&quot; />   <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;screen.css&quot; media=&quot;all&quot; /> </head> <body id=&quot;pagetop&quot;> <div id=&quot;top&quot; class=&quot;light trans-white&quot;> ...
<?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?> <rsp stat=&quot;ok&quot;> <photos page=&quot;1&quot; pages=&quot;100&quot; perpage=&quot;5&quot; total=&quot;500&quot;> <photo id=&quot;278217474&quot; owner=&quot;48600051@N01&quot; title=&quot;scotch egg&quot; /> <photo id=&quot;278119727&quot; owner=&quot;78572313@N00&quot; title=&quot;1974 on 28mm&quot; /> <photo id=&quot;278169583&quot; owner=&quot;82543777@N00&quot; title=&quot;carry on, carry on...&quot; /> <photo id=&quot;278165855&quot; owner=&quot;67312258@N00&quot; title=&quot;My Very…“ /> <photo id=&quot;278801767&quot; owner=&quot;68833736@N00&quot; title=&quot;&quot; /> </photos> </rsp>
<?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?> <rsp stat=&quot;ok&quot;> <photos page=&quot;1&quot; pages=&quot;100&quot; perpage=&quot;5&quot; total=&quot;500&quot;> <photo id=&quot;278217474&quot; owner=&quot;48600051@N01&quot;  title=&quot;scotch egg&quot;  /> <photo id=&quot;278119727&quot; owner=&quot;78572313@N00&quot; title=&quot;1974 on 28mm&quot; /> <photo id=&quot;278169583&quot; owner=&quot;82543777@N00&quot; title=&quot;carry on, carry on...&quot; /> <photo id=&quot;278165855&quot; owner=&quot;67312258@N00&quot; title=&quot;My Very…“ /> <photo id=&quot;278801767&quot; owner=&quot;68833736@N00&quot; title=&quot;&quot; /> </photos> </rsp>
<opml version=&quot;1.0“> <head> <title>exported</title> </head> <body> <outline title=&quot;valley-tech&quot; text=&quot;valley-tech&quot;> <outline title=&quot;FlickrBlog&quot; type=&quot;rss“ xmlUrl=&quot;http://blog.flickr.com/atom.xml&quot;/> </outline> </body> </opml>
jsonFlickrApi({&quot;photos&quot;:{&quot;page&quot;:1, &quot;pages&quot;:100, &quot;perpage&quot;:5, &quot;total&quot;:500, &quot;photo&quot;:[{&quot;id&quot;:&quot;278217474&quot;, &quot;owner&quot;:&quot;48600074651@N01&quot;, &quot;secret&quot;:&quot;b81382f304&quot;, &quot;server&quot;:&quot;107&quot;, &quot;title&quot;:&quot;scotch egg&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}, {&quot;id&quot;:&quot;278119727&quot;, &quot;owner&quot;:&quot;78572313@N00&quot;, &quot;secret&quot;:&quot;8940a2a18c&quot;, &quot;server&quot;:&quot;103&quot;, &quot;title&quot;:&quot;1974 on 28mm&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}, {&quot;id&quot;:&quot;278169583&quot;, &quot;owner&quot;:&quot;82543777@N00&quot;, &quot;secret&quot;:&quot;f967112912&quot;, &quot;server&quot;:&quot;121&quot;, &quot;title&quot;:&quot;carry on, carry on... 266b266b&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}, {&quot;id&quot;:&quot;278165855&quot;, &quot;owner&quot;:&quot;67312258@N00&quot;, &quot;secret&quot;:&quot;0c24eb192e&quot;, &quot;server&quot;:&quot;121&quot;, &quot;title&quot;:&quot;My Very Own Ferris Wheel!&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}, {&quot;id&quot;:&quot;278801767&quot;, &quot;owner&quot;:&quot;68833736@N00&quot;, &quot;secret&quot;:&quot;d7882e2d0e&quot;, &quot;server&quot;:&quot;85&quot;, &quot;title&quot;:&quot;&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}]}, &quot;stat&quot;:&quot;ok&quot;})
jsonFlickrApi({ &quot;photos&quot;:{ &quot;page&quot;:1, &quot;pages&quot;:100, &quot;perpage&quot;:5, &quot;total&quot;:500, &quot;photo&quot;:[ { &quot;id&quot;:&quot;278217474&quot;, &quot;owner&quot;:&quot;48600074651@N01&quot;, &quot;secret&quot;:&quot;b81382f304&quot;, &quot;title&quot;:&quot;scotch egg&quot;,
Anfragen ,[object Object],[object Object],[object Object],[object Object],<s:Envelope> <s:Body> <x:FlickrRequest xmlns:x=&quot;urn:flickr&quot;> < method > flickr.test.echo </ method >  < name > value </ name > </x:FlickrRequest> </s:Body> </s:Envelope>  http://api.flickr.com/services/rest/? method = flickr.search & name = plattner
Mashups ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
 
 
 
 
 
 
 
 
 
 
 
 
 

Contenu connexe

Tendances

Blog to the top - Floor Drees
Blog to the top - Floor DreesBlog to the top - Floor Drees
Blog to the top - Floor Dreesdewereldvanikki
 
Meester van het CSS universum worden + Opvolging “Craftsmanship”
Meester van het CSS universum worden + Opvolging “Craftsmanship”Meester van het CSS universum worden + Opvolging “Craftsmanship”
Meester van het CSS universum worden + Opvolging “Craftsmanship”Johan Ronsse
 
Slideshareclaudemir
SlideshareclaudemirSlideshareclaudemir
Slideshareclaudemircosantos
 
Guía básica para entender CSS (Segunda parte)
Guía básica para entender CSS (Segunda parte)Guía básica para entender CSS (Segunda parte)
Guía básica para entender CSS (Segunda parte)Carlos Caicedo
 
Vad är JQuery Mobile - Blixttal Mallis 2011
Vad är JQuery Mobile - Blixttal Mallis 2011Vad är JQuery Mobile - Blixttal Mallis 2011
Vad är JQuery Mobile - Blixttal Mallis 2011Fredrik Karlsson
 
Social Media Presentation
Social Media PresentationSocial Media Presentation
Social Media Presentationayren hurst
 
Membuat CV dengan HTML
Membuat CV dengan HTMLMembuat CV dengan HTML
Membuat CV dengan HTMLDasufianti
 
Joomla Day Austin Part 2
Joomla Day Austin Part 2Joomla Day Austin Part 2
Joomla Day Austin Part 2Kyle Ledbetter
 
CSS - Externes Stylesheet
CSS - Externes StylesheetCSS - Externes Stylesheet
CSS - Externes Stylesheetlehrerfreund
 
Facebook integration into wordpress
Facebook integration into wordpressFacebook integration into wordpress
Facebook integration into wordpressBrad Hanks
 

Tendances (18)

Escape Test
Escape TestEscape Test
Escape Test
 
Escape Test
Escape TestEscape Test
Escape Test
 
P Align=
P Align=P Align=
P Align=
 
Blog to the top - Floor Drees
Blog to the top - Floor DreesBlog to the top - Floor Drees
Blog to the top - Floor Drees
 
Html css
Html cssHtml css
Html css
 
Flores
FloresFlores
Flores
 
Meester van het CSS universum worden + Opvolging “Craftsmanship”
Meester van het CSS universum worden + Opvolging “Craftsmanship”Meester van het CSS universum worden + Opvolging “Craftsmanship”
Meester van het CSS universum worden + Opvolging “Craftsmanship”
 
Power point
Power pointPower point
Power point
 
Slideshareclaudemir
SlideshareclaudemirSlideshareclaudemir
Slideshareclaudemir
 
Guía básica para entender CSS (Segunda parte)
Guía básica para entender CSS (Segunda parte)Guía básica para entender CSS (Segunda parte)
Guía básica para entender CSS (Segunda parte)
 
Vad är JQuery Mobile - Blixttal Mallis 2011
Vad är JQuery Mobile - Blixttal Mallis 2011Vad är JQuery Mobile - Blixttal Mallis 2011
Vad är JQuery Mobile - Blixttal Mallis 2011
 
Projeto Foto Blog Code
Projeto Foto Blog CodeProjeto Foto Blog Code
Projeto Foto Blog Code
 
Social Media Presentation
Social Media PresentationSocial Media Presentation
Social Media Presentation
 
XML Schema
XML SchemaXML Schema
XML Schema
 
Membuat CV dengan HTML
Membuat CV dengan HTMLMembuat CV dengan HTML
Membuat CV dengan HTML
 
Joomla Day Austin Part 2
Joomla Day Austin Part 2Joomla Day Austin Part 2
Joomla Day Austin Part 2
 
CSS - Externes Stylesheet
CSS - Externes StylesheetCSS - Externes Stylesheet
CSS - Externes Stylesheet
 
Facebook integration into wordpress
Facebook integration into wordpressFacebook integration into wordpress
Facebook integration into wordpress
 

En vedette

En vedette (8)

Xml架構說明 1.0
Xml架構說明 1.0Xml架構說明 1.0
Xml架構說明 1.0
 
Les éléments d'indexation dans la DTD-EAD
Les éléments d'indexation dans la DTD-EADLes éléments d'indexation dans la DTD-EAD
Les éléments d'indexation dans la DTD-EAD
 
Xml un panorama
Xml un panoramaXml un panorama
Xml un panorama
 
Xml
XmlXml
Xml
 
Introduction à XML
Introduction à XMLIntroduction à XML
Introduction à XML
 
xml dtd schema
xml dtd schemaxml dtd schema
xml dtd schema
 
A quoi sert XML
A quoi sert XMLA quoi sert XML
A quoi sert XML
 
Support de cours technologie et application m.youssfi
Support de cours technologie et application m.youssfiSupport de cours technologie et application m.youssfi
Support de cours technologie et application m.youssfi
 

Web Services

  • 1.  
  • 2.  
  • 3.  
  • 4.  
  • 5.  
  • 6.  
  • 7.
  • 8. <!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org /TR/xhtml1/DTD/xhtml1-strict.dtd&quot;> <html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;> <head> <meta http-equiv=&quot;Content-Type&quot; content= &quot;text/html; charset=UTF-8&quot; /> <title>page title</title><meta name=&quot;robots&quot; content= &quot;index,follow&quot; /> <meta name=&quot;robots&quot; content=&quot;noarchive&quot; /> <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/_data/css/screen.css&quot; media=&quot;all&quot; /> </head> <body id=&quot;pagetop&quot;> <div id=&quot;top&quot; class=&quot;light trans-white&quot;>
  • 9. <!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;> <html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;> <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /> <title>website title</title> <meta name=&quot;robots&quot; content=&quot;index,follow&quot; /> <meta name=&quot;robots&quot; content=&quot;noarchive&quot; /> <link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;screen.css&quot; media=&quot;all&quot; /> </head> <body id=&quot;pagetop&quot;> <div id=&quot;top&quot; class=&quot;light trans-white&quot;> ...
  • 10. <?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?> <rsp stat=&quot;ok&quot;> <photos page=&quot;1&quot; pages=&quot;100&quot; perpage=&quot;5&quot; total=&quot;500&quot;> <photo id=&quot;278217474&quot; owner=&quot;48600051@N01&quot; title=&quot;scotch egg&quot; /> <photo id=&quot;278119727&quot; owner=&quot;78572313@N00&quot; title=&quot;1974 on 28mm&quot; /> <photo id=&quot;278169583&quot; owner=&quot;82543777@N00&quot; title=&quot;carry on, carry on...&quot; /> <photo id=&quot;278165855&quot; owner=&quot;67312258@N00&quot; title=&quot;My Very…“ /> <photo id=&quot;278801767&quot; owner=&quot;68833736@N00&quot; title=&quot;&quot; /> </photos> </rsp>
  • 11. <?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?> <rsp stat=&quot;ok&quot;> <photos page=&quot;1&quot; pages=&quot;100&quot; perpage=&quot;5&quot; total=&quot;500&quot;> <photo id=&quot;278217474&quot; owner=&quot;48600051@N01&quot; title=&quot;scotch egg&quot; /> <photo id=&quot;278119727&quot; owner=&quot;78572313@N00&quot; title=&quot;1974 on 28mm&quot; /> <photo id=&quot;278169583&quot; owner=&quot;82543777@N00&quot; title=&quot;carry on, carry on...&quot; /> <photo id=&quot;278165855&quot; owner=&quot;67312258@N00&quot; title=&quot;My Very…“ /> <photo id=&quot;278801767&quot; owner=&quot;68833736@N00&quot; title=&quot;&quot; /> </photos> </rsp>
  • 12. <opml version=&quot;1.0“> <head> <title>exported</title> </head> <body> <outline title=&quot;valley-tech&quot; text=&quot;valley-tech&quot;> <outline title=&quot;FlickrBlog&quot; type=&quot;rss“ xmlUrl=&quot;http://blog.flickr.com/atom.xml&quot;/> </outline> </body> </opml>
  • 13. jsonFlickrApi({&quot;photos&quot;:{&quot;page&quot;:1, &quot;pages&quot;:100, &quot;perpage&quot;:5, &quot;total&quot;:500, &quot;photo&quot;:[{&quot;id&quot;:&quot;278217474&quot;, &quot;owner&quot;:&quot;48600074651@N01&quot;, &quot;secret&quot;:&quot;b81382f304&quot;, &quot;server&quot;:&quot;107&quot;, &quot;title&quot;:&quot;scotch egg&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}, {&quot;id&quot;:&quot;278119727&quot;, &quot;owner&quot;:&quot;78572313@N00&quot;, &quot;secret&quot;:&quot;8940a2a18c&quot;, &quot;server&quot;:&quot;103&quot;, &quot;title&quot;:&quot;1974 on 28mm&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}, {&quot;id&quot;:&quot;278169583&quot;, &quot;owner&quot;:&quot;82543777@N00&quot;, &quot;secret&quot;:&quot;f967112912&quot;, &quot;server&quot;:&quot;121&quot;, &quot;title&quot;:&quot;carry on, carry on... 266b266b&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}, {&quot;id&quot;:&quot;278165855&quot;, &quot;owner&quot;:&quot;67312258@N00&quot;, &quot;secret&quot;:&quot;0c24eb192e&quot;, &quot;server&quot;:&quot;121&quot;, &quot;title&quot;:&quot;My Very Own Ferris Wheel!&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}, {&quot;id&quot;:&quot;278801767&quot;, &quot;owner&quot;:&quot;68833736@N00&quot;, &quot;secret&quot;:&quot;d7882e2d0e&quot;, &quot;server&quot;:&quot;85&quot;, &quot;title&quot;:&quot;&quot;, &quot;ispublic&quot;:1, &quot;isfriend&quot;:0, &quot;isfamily&quot;:0}]}, &quot;stat&quot;:&quot;ok&quot;})
  • 14. jsonFlickrApi({ &quot;photos&quot;:{ &quot;page&quot;:1, &quot;pages&quot;:100, &quot;perpage&quot;:5, &quot;total&quot;:500, &quot;photo&quot;:[ { &quot;id&quot;:&quot;278217474&quot;, &quot;owner&quot;:&quot;48600074651@N01&quot;, &quot;secret&quot;:&quot;b81382f304&quot;, &quot;title&quot;:&quot;scotch egg&quot;,
  • 15.
  • 16.
  • 17.  
  • 18.  
  • 19.  
  • 20.  
  • 21.  
  • 22.  
  • 23.  
  • 24.  
  • 25.  
  • 26.  
  • 27.  
  • 28.  
  • 29.