SlideShare uma empresa Scribd logo
1 de 12
Cross Media Applications ,[object Object],[object Object]
New devices emmerge ,[object Object],[object Object],[object Object],[object Object],PC: Personal Computer TV: Television PDA: Personal Digital Assistant
Consumer ’s needs are complex ,[object Object],[object Object],[object Object]
New business process approach ,[object Object],[object Object],[object Object]
O ne content   f or multichannels and multidevices ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],XML: eXtensive Markup Langage XSL: XML Style Sheet HTML:Hyper Text  Markup Langage WML:  Wireless Markup Langage WAP:  Wireless Application Protocol SMS: Short Message System
XML – XSL – WML example <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <INFORMATION title=&quot;NetArchitects&quot;> <SUBJECT> <TITLE>Corporate Overview</TITLE> <PARAGRAPH>NetArchitects Communications SA is a Swiss- ... <PARAGRAPH>Our clients have retained us for our skills  ... <PARAGRAPH>NetArchitects' mission is to produce fast,  ... <PARAGRAPH>NetArchitects is part of ALTRAN, which  ... </SUBJECT> <SUBJECT> <TITLE>Offices</TITLE> <OFFICE> <STREET>WTC - Leutschenbachstrasse 95 - Postfach 144</ ... <ZIP>CH 8050</ZIP> <CITY>Zurich</CITY> <COUNTRY>Switzerland</COUNTRY> <PHONE>+41 1 305 70 80</PHONE> <FAX>+41 1 305 70 89</FAX> </OFFICE> <OFFICE> <STREET>16, quai du Seujet</STREET> <ZIP>CH 1201</ZIP> <CITY>Geneva</CITY> … XML <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transf ... <xsl:output method=&quot;xml&quot; indent=&quot;yes&quot; encoding=&quot;ISO8859-1&quot;/> <xsl:template match=&quot;/&quot;> <wml> <xsl:apply-templates select=&quot;INFORMATION&quot;/> </wml> </xsl:template> <xsl:template match=&quot;INFORMATION&quot;> <xsl:apply-templates select=&quot;SUBJECT[position()=1]&quot;/> </xsl:template> <xsl:template match=&quot;SUBJECT[position()=1]&quot;> <card> <xsl:attribute name=&quot;id&quot;><xsl:value-of select=&quot;con ... <xsl:attribute name=&quot;title&quot;><xsl:value-of select=&quot;TITLE&quot; ... <do type=&quot;prev&quot; label=&quot;Back&quot;><prev/></do> <p align=&quot;center&quot;><img src=&quot;logo_netarch.wbmp&quot; alt=&quot;Net@ ... <xsl:apply-templates select=&quot;PARAGRAPH[position()=1]&quot;/> <p> <a href=&quot;n@_corporate_more.wml&quot;>more...</a><br/> <a href=&quot;n@_corporate_offices1.wml&quot;>offices</a><br/> <a href=&quot;n@_corporate_key_figures.wml&quot;>key figures</a> ... ... XSL <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot;?> <!DOCTYPE wml PUBLIC &quot;-//WAPFORUM//DTD WML 1.1//EN&quot; &quot;http:// ... <wml> <card id=&quot;card_1&quot; title=&quot;Corporate Overview&quot;> <do type=&quot;prev&quot; label=&quot;Back&quot;><prev /></do> <p align=&quot;center&quot;><img src=&quot;logo_netarch.wbmp&quot; alt=&quot;Net@rchi ... <p>NetArchitects Communications SA is a Swiss-based Internet ... <p> <a href=&quot;n@_corporate_more.wml&quot;>more...</a><br /> <a href=&quot;n@_corporate_offices1.wml&quot;>offices</a><br /> <a href=&quot;n@_corporate_key_figures.wml&quot;>key figures</a><br /> <a href=&quot;n@_welcome.wml&quot;>NetArchitects home</a><br /> </p> </card> </wml> WML
…  HTML example <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <INFORMATION title=&quot;NetArchitects&quot;> <SUBJECT> <TITLE>Corporate Overview</TITLE> <PARAGRAPH>NetArchitects Communications SA is a Swiss- ... <PARAGRAPH>Our clients have retained us for our skills  ... <PARAGRAPH>NetArchitects' mission is to produce fast,  ... <PARAGRAPH>NetArchitects is part of ALTRAN, which  ... </SUBJECT> <SUBJECT> <TITLE>Offices</TITLE> <OFFICE> <STREET>WTC - Leutschenbachstrasse 95 - Postfach 144</ ... <ZIP>CH 8050</ZIP> <CITY>Zurich</CITY> <COUNTRY>Switzerland</COUNTRY> <PHONE>+41 1 305 70 80</PHONE> <FAX>+41 1 305 70 89</FAX> </OFFICE> <OFFICE> <STREET>16, quai du Seujet</STREET> <ZIP>CH 1201</ZIP> <CITY>Geneva</CITY> … XML <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <!--   Copyright (c) 2001 Net@rchitects   --> <xsl:stylesheet version=&quot;1.0&quot; xmlns:xsl=&quot;http://www.w3.org/ ... <xsl:template match=&quot;/&quot;>  <xsl:processing-instruction name=&quot;cocoon-format&quot;>type= ... <html> <head> <title>Net@rchitects - <xsl:value-of select=&quot;/page/ ... <meta content=&quot;text/html; charset=ISO-8859-1&quot; http- ... <link rel=&quot;stylesheet&quot;> <xsl:attribute name=&quot;href&quot;><xsl:value-of select=&quot; ... </link> </head>   <xsl:call-template name=&quot;generate-javascript&quot;/> <body> <table width=&quot;740&quot; class=&quot;main&quot; align=&quot;center&quot; border=&quot; ... <tr> <td align=&quot;right&quot; class=&quot;header&quot;> <xsl:call-template name=&quot;image-pixel&quot;/> <br/><xsl:call-template name=&quot;header&quot;/></td> </tr> <tr> <td align=&quot;right&quot; class=&quot;header&quot;><xsl:call-template  ... ... XSL <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <!-- saved from url=(0045)http://localhost:8080/NetA/main/ ... <HTML><HEAD><TITLE>Net@rchitects - Corporate</TITLE> <META content=&quot;text/html; charset=ISO-8859-1&quot; http-equiv= ... href=&quot;Net@rchitects - Corporate_files/stylenet. xsl &quot; rel= ... <SCRIPT language=javascript type=text/javascript>  ... <META content=&quot;MSHTML 5.00.3103.1000&quot; name=GENERATOR></HEAD> <BODY> <TABLE align=center border=0 cellPadding=0 cellSpacing=0  ... <TBODY> <TR> <TD align=right class=header><IMG height=20  src=&quot;Net@rchitects - Corporate_files/pixel.gif&quot; width= ...   href=&quot;http://localhost:8080/NetA/main/index.xml&quot;><IMG  ...   HTML
Cross media publishing
one content   f or  multichannels and multidevices enterprise business information & logic WEB Server device information & service style sheet content channel consumer
Large offering and flexibilty ,[object Object],[object Object],[object Object],[object Object],[object Object]
Rules for success ,[object Object],[object Object],[object Object]
Thank you Nicolas Sierro Questions?

Mais conteúdo relacionado

Destaque

Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...
Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...
Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...
Yahoo Developer Network
 
Salveo Life Sciences Range of Products
Salveo Life Sciences Range of ProductsSalveo Life Sciences Range of Products
Salveo Life Sciences Range of Products
salveolifesciences
 
Guia de estudio para Oracle Certified Java EE 6 Web Component Developer
Guia de estudio para Oracle Certified Java EE 6 Web Component DeveloperGuia de estudio para Oracle Certified Java EE 6 Web Component Developer
Guia de estudio para Oracle Certified Java EE 6 Web Component Developer
Oscar V
 

Destaque (16)

One Off Garda Presentacion 1986 2003
One Off Garda Presentacion 1986 2003One Off Garda Presentacion 1986 2003
One Off Garda Presentacion 1986 2003
 
Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...
Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...
Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...
 
Download 2nd edition file
Download 2nd edition fileDownload 2nd edition file
Download 2nd edition file
 
Génesis de la concepción dominante de investigación educativa.
Génesis de la concepción dominante de investigación educativa.Génesis de la concepción dominante de investigación educativa.
Génesis de la concepción dominante de investigación educativa.
 
Metro mart november 2012
Metro mart november 2012Metro mart november 2012
Metro mart november 2012
 
Blogs-wikis-foros
Blogs-wikis-forosBlogs-wikis-foros
Blogs-wikis-foros
 
Experiencias tecnológicas
Experiencias tecnológicas Experiencias tecnológicas
Experiencias tecnológicas
 
Salveo Life Sciences Range of Products
Salveo Life Sciences Range of ProductsSalveo Life Sciences Range of Products
Salveo Life Sciences Range of Products
 
Pet o pete
Pet o petePet o pete
Pet o pete
 
Festa major de Can Palet 2015
Festa major de Can Palet 2015Festa major de Can Palet 2015
Festa major de Can Palet 2015
 
MACBET, Mathias Haas - Enhancing the cosmopolitan cooperation between media w...
MACBET, Mathias Haas - Enhancing the cosmopolitan cooperation between media w...MACBET, Mathias Haas - Enhancing the cosmopolitan cooperation between media w...
MACBET, Mathias Haas - Enhancing the cosmopolitan cooperation between media w...
 
Guia de estudio para Oracle Certified Java EE 6 Web Component Developer
Guia de estudio para Oracle Certified Java EE 6 Web Component DeveloperGuia de estudio para Oracle Certified Java EE 6 Web Component Developer
Guia de estudio para Oracle Certified Java EE 6 Web Component Developer
 
Energía eólica
Energía eólicaEnergía eólica
Energía eólica
 
Yo Tenia Una Red Social Intocable Ya
Yo Tenia Una Red Social Intocable YaYo Tenia Una Red Social Intocable Ya
Yo Tenia Una Red Social Intocable Ya
 
Zidul Berlinului
Zidul BerlinuluiZidul Berlinului
Zidul Berlinului
 
Téarmaíocht Ghaeilge na hAthbheochana
Téarmaíocht Ghaeilge na hAthbheochanaTéarmaíocht Ghaeilge na hAthbheochana
Téarmaíocht Ghaeilge na hAthbheochana
 

Semelhante a Cross Media from 2001 | a good vision?

Kingston University Multimedia Production - Session 2: Layers of technology
Kingston University Multimedia Production - Session 2: Layers of technologyKingston University Multimedia Production - Session 2: Layers of technology
Kingston University Multimedia Production - Session 2: Layers of technology
petter
 
transcoding.ppt
transcoding.ppttranscoding.ppt
transcoding.ppt
Videoguy
 
Lecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPLecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITP
yucefmerhi
 
Microformats 101 Workshop
Microformats 101 WorkshopMicroformats 101 Workshop
Microformats 101 Workshop
Kelley Howell
 
HTML5 - What h#@$ is it?
HTML5 - What h#@$ is it?HTML5 - What h#@$ is it?
HTML5 - What h#@$ is it?
Carlos Ramon
 
Introduction to Web Design
Introduction to Web DesignIntroduction to Web Design
Introduction to Web Design
webhostingguy
 
Sasaki webtechcon2010
Sasaki webtechcon2010Sasaki webtechcon2010
Sasaki webtechcon2010
Felix Sasaki
 

Semelhante a Cross Media from 2001 | a good vision? (20)

Kingston University Multimedia Production - Session 2: Layers of technology
Kingston University Multimedia Production - Session 2: Layers of technologyKingston University Multimedia Production - Session 2: Layers of technology
Kingston University Multimedia Production - Session 2: Layers of technology
 
Jayson lorenzen iptc_rnews_overview
Jayson lorenzen iptc_rnews_overviewJayson lorenzen iptc_rnews_overview
Jayson lorenzen iptc_rnews_overview
 
OpenSocial - GTUG Stockholm Meeting Oct 1 2009
OpenSocial - GTUG Stockholm Meeting Oct 1 2009OpenSocial - GTUG Stockholm Meeting Oct 1 2009
OpenSocial - GTUG Stockholm Meeting Oct 1 2009
 
Internet protocalls & WCF/DReAM
Internet protocalls & WCF/DReAMInternet protocalls & WCF/DReAM
Internet protocalls & WCF/DReAM
 
HTML5 Fundamentals
HTML5 FundamentalsHTML5 Fundamentals
HTML5 Fundamentals
 
When Why What of WWW
When Why What of WWWWhen Why What of WWW
When Why What of WWW
 
Ajax ons2
Ajax ons2Ajax ons2
Ajax ons2
 
transcoding.ppt
transcoding.ppttranscoding.ppt
transcoding.ppt
 
HTML5 Overview
HTML5 OverviewHTML5 Overview
HTML5 Overview
 
Los Angeles HTML5 User Group Meeting Ask the Expert Session
Los Angeles HTML5 User Group Meeting Ask the Expert SessionLos Angeles HTML5 User Group Meeting Ask the Expert Session
Los Angeles HTML5 User Group Meeting Ask the Expert Session
 
Pragmatics of Declarative Ajax
Pragmatics of Declarative AjaxPragmatics of Declarative Ajax
Pragmatics of Declarative Ajax
 
Lecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPLecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITP
 
HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09
 
Microformats 101 Workshop
Microformats 101 WorkshopMicroformats 101 Workshop
Microformats 101 Workshop
 
Microformats
MicroformatsMicroformats
Microformats
 
HTML5 - What h#@$ is it?
HTML5 - What h#@$ is it?HTML5 - What h#@$ is it?
HTML5 - What h#@$ is it?
 
Introduction to Web Design
Introduction to Web DesignIntroduction to Web Design
Introduction to Web Design
 
HTML5
HTML5HTML5
HTML5
 
Sasaki webtechcon2010
Sasaki webtechcon2010Sasaki webtechcon2010
Sasaki webtechcon2010
 
HTML5 with examples
HTML5 with examplesHTML5 with examples
HTML5 with examples
 

Último

Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
amitlee9823
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
lizamodels9
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
lizamodels9
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
Renandantas16
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Dipal Arora
 

Último (20)

How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
John Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdfJohn Halpern sued for sexual assault.pdf
John Halpern sued for sexual assault.pdf
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 

Cross Media from 2001 | a good vision?

  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6. XML – XSL – WML example <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <INFORMATION title=&quot;NetArchitects&quot;> <SUBJECT> <TITLE>Corporate Overview</TITLE> <PARAGRAPH>NetArchitects Communications SA is a Swiss- ... <PARAGRAPH>Our clients have retained us for our skills ... <PARAGRAPH>NetArchitects' mission is to produce fast, ... <PARAGRAPH>NetArchitects is part of ALTRAN, which ... </SUBJECT> <SUBJECT> <TITLE>Offices</TITLE> <OFFICE> <STREET>WTC - Leutschenbachstrasse 95 - Postfach 144</ ... <ZIP>CH 8050</ZIP> <CITY>Zurich</CITY> <COUNTRY>Switzerland</COUNTRY> <PHONE>+41 1 305 70 80</PHONE> <FAX>+41 1 305 70 89</FAX> </OFFICE> <OFFICE> <STREET>16, quai du Seujet</STREET> <ZIP>CH 1201</ZIP> <CITY>Geneva</CITY> … XML <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transf ... <xsl:output method=&quot;xml&quot; indent=&quot;yes&quot; encoding=&quot;ISO8859-1&quot;/> <xsl:template match=&quot;/&quot;> <wml> <xsl:apply-templates select=&quot;INFORMATION&quot;/> </wml> </xsl:template> <xsl:template match=&quot;INFORMATION&quot;> <xsl:apply-templates select=&quot;SUBJECT[position()=1]&quot;/> </xsl:template> <xsl:template match=&quot;SUBJECT[position()=1]&quot;> <card> <xsl:attribute name=&quot;id&quot;><xsl:value-of select=&quot;con ... <xsl:attribute name=&quot;title&quot;><xsl:value-of select=&quot;TITLE&quot; ... <do type=&quot;prev&quot; label=&quot;Back&quot;><prev/></do> <p align=&quot;center&quot;><img src=&quot;logo_netarch.wbmp&quot; alt=&quot;Net@ ... <xsl:apply-templates select=&quot;PARAGRAPH[position()=1]&quot;/> <p> <a href=&quot;n@_corporate_more.wml&quot;>more...</a><br/> <a href=&quot;n@_corporate_offices1.wml&quot;>offices</a><br/> <a href=&quot;n@_corporate_key_figures.wml&quot;>key figures</a> ... ... XSL <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot;?> <!DOCTYPE wml PUBLIC &quot;-//WAPFORUM//DTD WML 1.1//EN&quot; &quot;http:// ... <wml> <card id=&quot;card_1&quot; title=&quot;Corporate Overview&quot;> <do type=&quot;prev&quot; label=&quot;Back&quot;><prev /></do> <p align=&quot;center&quot;><img src=&quot;logo_netarch.wbmp&quot; alt=&quot;Net@rchi ... <p>NetArchitects Communications SA is a Swiss-based Internet ... <p> <a href=&quot;n@_corporate_more.wml&quot;>more...</a><br /> <a href=&quot;n@_corporate_offices1.wml&quot;>offices</a><br /> <a href=&quot;n@_corporate_key_figures.wml&quot;>key figures</a><br /> <a href=&quot;n@_welcome.wml&quot;>NetArchitects home</a><br /> </p> </card> </wml> WML
  • 7. … HTML example <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <INFORMATION title=&quot;NetArchitects&quot;> <SUBJECT> <TITLE>Corporate Overview</TITLE> <PARAGRAPH>NetArchitects Communications SA is a Swiss- ... <PARAGRAPH>Our clients have retained us for our skills ... <PARAGRAPH>NetArchitects' mission is to produce fast, ... <PARAGRAPH>NetArchitects is part of ALTRAN, which ... </SUBJECT> <SUBJECT> <TITLE>Offices</TITLE> <OFFICE> <STREET>WTC - Leutschenbachstrasse 95 - Postfach 144</ ... <ZIP>CH 8050</ZIP> <CITY>Zurich</CITY> <COUNTRY>Switzerland</COUNTRY> <PHONE>+41 1 305 70 80</PHONE> <FAX>+41 1 305 70 89</FAX> </OFFICE> <OFFICE> <STREET>16, quai du Seujet</STREET> <ZIP>CH 1201</ZIP> <CITY>Geneva</CITY> … XML <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <!-- Copyright (c) 2001 Net@rchitects --> <xsl:stylesheet version=&quot;1.0&quot; xmlns:xsl=&quot;http://www.w3.org/ ... <xsl:template match=&quot;/&quot;> <xsl:processing-instruction name=&quot;cocoon-format&quot;>type= ... <html> <head> <title>Net@rchitects - <xsl:value-of select=&quot;/page/ ... <meta content=&quot;text/html; charset=ISO-8859-1&quot; http- ... <link rel=&quot;stylesheet&quot;> <xsl:attribute name=&quot;href&quot;><xsl:value-of select=&quot; ... </link> </head> <xsl:call-template name=&quot;generate-javascript&quot;/> <body> <table width=&quot;740&quot; class=&quot;main&quot; align=&quot;center&quot; border=&quot; ... <tr> <td align=&quot;right&quot; class=&quot;header&quot;> <xsl:call-template name=&quot;image-pixel&quot;/> <br/><xsl:call-template name=&quot;header&quot;/></td> </tr> <tr> <td align=&quot;right&quot; class=&quot;header&quot;><xsl:call-template ... ... XSL <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <!-- saved from url=(0045)http://localhost:8080/NetA/main/ ... <HTML><HEAD><TITLE>Net@rchitects - Corporate</TITLE> <META content=&quot;text/html; charset=ISO-8859-1&quot; http-equiv= ... href=&quot;Net@rchitects - Corporate_files/stylenet. xsl &quot; rel= ... <SCRIPT language=javascript type=text/javascript> ... <META content=&quot;MSHTML 5.00.3103.1000&quot; name=GENERATOR></HEAD> <BODY> <TABLE align=center border=0 cellPadding=0 cellSpacing=0 ... <TBODY> <TR> <TD align=right class=header><IMG height=20 src=&quot;Net@rchitects - Corporate_files/pixel.gif&quot; width= ... href=&quot;http://localhost:8080/NetA/main/index.xml&quot;><IMG ... HTML
  • 9. one content f or multichannels and multidevices enterprise business information & logic WEB Server device information & service style sheet content channel consumer
  • 10.
  • 11.
  • 12. Thank you Nicolas Sierro Questions?

Notas do Editor

  1. Different media – better use of this opportunity 2 parts: Marketing  realize Solution (technical &amp; design) Multi-channels &amp; devices explanation... (other wording: multiaccess)  Link to recruitement n@ is a swiss leader ... In forefront in new areas  interesting for innovative and talented new employees