| What isn't a document? | Table of contents | Indexes | Analysing SGML Documents linguistically | |||
XML/EDI: Business information for the 21st century |
|
Martin Bryan |
| Consultant |
| The SGML Centre 29 Oldbury Orchard Churchdown Gloucestershire United Kingdom GL3 2PU Phone: +44 1452 714029 Fax: +44 1452 714029 Email: mtbryan@sgml.u-net.com Web: www.sgml.u-net.com |
Biographical notice: |
Martin Bryan |
ABSTRACT: |
| client-based process control information flow control |
The electronic businesses of the 21st century will rely heavily on electronic information flow control. XML provides a method of moving from server-based control mechanisms of the type used with current HTML/CGI applications to the type of client-based control that will be needed to provide end-users with control of their business processes. XML/EDI will allow developers to share knowledge of business flow control processes between applications. |
Introduction |
|
| business information |
This presentation looks at how XML will benefit those seeking to develop integrated business solutions for the 21st century. In particular it differentiates between the server-based approach that are currently used for electronic commerce applications and the more client-oriented systems that will be needed for fully integrated business solutions. |
Today's solutions |
|
EDIFACT, Electronic Data Interchange For Administration, Commerce and Transport ![]() HTML forms |
There are three main approaches to the electronic exchange of business information in use today: |
Electronic Commerce Today |
![]() |
Tomorrow's solution |
|
XML/EDI: A 21st century solution to business information interchange |
|
The Electronic Enterprise |
![]() |
XML/EDI - The Framework for Electronic Commerce Communications |
![]() |
XML/EDI - The Fusion of Five Technologies |
![]() |
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<?xml-stylesheet href="templates/order-en.xsl" type="text/xsl"?>
<?xml:namespace name="urn:xml-edi:spec:1.0"
href="http://www.xmledi.net/spec.xml"
as="xml-edi"?>
<!DOCTYPE Book-Order SYSTEM "dtds/edi-lite.dtd">
<Book-Order Supplier="4012345000951" Name="Book Supplies Incorporated"
Send-to="mailto:orders@sgml.u-net.com"
xml-edi:definition="http://www.editeur.org/MIG/bookorder.ent">
<Title xml-edi:definition="lextype.java?#FIXED">
The Electronic Book Order Form</Title>
<Buyer-EAN Buyer-Name="The ISUG Bookshop"
xml-edi:definition="lextype.java?#FIXED">5412345000176</Buyer-EAN>
<Message-Date xml-edi:definition="lextype.java?date.ISO8601"/>
<Order-No xml-edi:definition="lextype.java?CDATA[1,20]"/>
<Order-Line Reference-No="0528835"
xml-edi:definition="http://www.editeur.org/edi-segments/orderline.ent">
<ISBN xml-edi:definition="urn://ISO RA 1234/ISBN"/>
<Author-Title xml-edi:definition="http://www.whittakers.co.uk/catalogue"/>
<Quantity xml-edi:definition="lextype.java?num[1,3]"/>
</Order-Line>
<Order-Line Reference-No="0528836"
xml-edi:definition="http://www.editeur.org/edi-segments/orderline.ent">
<ISBN xml-edi:definition="urn://ISO RA 1234/ISBN"/>
<Author-Title xml-edi:definition="http://www.whittakers.co.uk/catalogue"/>
<Quantity xml-edi:definition="lextype.java?num[1,3]"/>
</Order-Line>
</Book-Order>
|
Electronic Commerce in the 21st Century |
![]() |
Acknowledgments |
Bibliography |
| What isn't a document? | Table of contents | Indexes | Analysing SGML Documents linguistically | |||