[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Re: Identifying the Top 10 xml Issues.. something with leg


Re:  Re: Identifying the Top 10 xml Issues.. something with leg
David Lyon said:
>
> Often Business data doesn't need a formal specification or schema.
>
> This requirement has really held back xml or at least kept it in the
> domain of tightly coupled systems. We need to go loose-coupling in
> future, not insist that a programmer has sat down beforehand and work
> out the schema for every single document.
>
> Let me give you a real world example situation.
>
> Receptionist wants to type a shopping list. Must get schema created by
> IT. Loaded on a web server. Schema loaded on the web server. Validated.
> It is so complicated and requires so many resources that it just doesn't
> happen.
>

Let me another example from science. I want write E=mc2 in a XML format i
would write

<math xmlns:mml="http://www.w3.org/1998/Math/MathML">
  <mml:apply>
    <mml:eq/>
    <mml:ci>E</mml:ci>
    <mml:apply>
      <mml:times/>
      <mml:ci>m</mml:ci>
      <mml:apply>
        <mml:power/>
        <mml:ci>c</mml:ci>
        <mml:cn>2</mml:cn>
      </mml:apply>
    </mml:apply>
  </mml:apply>
</math>

and one would wait validation against restricted DTDs (if you are using
also some SVG then would change from the typical XHTML+MATHML DTD),
storing and transmision of this verbose code, specific plugin or native
browser at the client side.

In a full environment we would obtain specific tools for generating the
XML code, special mimes, special extensions, special server side plugins,
maybe a special input syntax and conversor, special non-web fonts
dowloaded and installed at the client, transformation of the code before
rendering, transformation of the code before printing, transformation of
the code before aural rendering, lack of semantic content...

Then i (as millions of others) wrote ASCII text and e-mail it or TeX code
and send.

>
> David
>

Juan R.

Center for CANONICAL|SCIENCE)



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.