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

RE: Stupid Question (was RE: XML doesn't deserve its

  • To: "Mike Champion" <mc@x...>,<xml-dev@l...>
  • Subject: RE: Stupid Question (was RE: XML doesn't deserve its "X".)
  • From: "Dare Obasanjo" <dareo@m...>
  • Date: Tue, 5 Mar 2002 10:45:56 -0800
  • Thread-index: AcHEc1CI0Tk7IhTaQ7+UgZQD8+6gSAAAVe+Q
  • Thread-topic: Stupid Question (was RE: XML doesn't deserve its "X".)

xml 0xffffffff
> -----Original Message-----
> From: Mike Champion [mailto:mc@x...] 
> Sent: Tuesday, March 05, 2002 10:26 AM
> To: xml-dev@l...
> Subject:  Stupid Question (was RE:  XML 
> doesn't deserve its "X".)

> Why does XML carry around a label for every data value rather than 
> getting it from an out-of-band "schema" (a la EDI or
> ASN.1), but then use an out-of-band means to associate type 
> information, thus necessitating the PSVI?
> 
> In a programming language, we say
> 
>   class MyData {
> 	Int    foo;
> 	String bar;
> 	Date   baz; }
>    
> Serializing an instance to XML gives:
> 	<myData>
> 		<foo>0xffffffff</foo>
> 		<bar>Someday/bar>
> 		<baz>20371031</baz>
>       </myData>
> 
> Why not just put the type information inline and
> make XML more "self-describing" (please don't
> shoot me ...) 
> 	<myData>
> 		<foo my:type="Int">0xffffffff</foo>
> 		<bar my:type="String">Someday/bar>
> 		<baz my:type="Date">20371031</baz>
>       </myData>
> 
> 
> or else just give it up and use
> ASN.1 for both the out-of-band 
> label and type information ?

But in the programming language the type information is out of band as
well. Information about simple types is obviously not but declarations
of complex types are not available simply from looking at that one
class. For instance, assuming your example was in Java is the Date class
supposed to be an instance of java.util.Date, java.sql.Date or a
homegrown class created by the developer? 

Once this question is answered one still needs access to the information
about the included Date class to do anything useful with it (or even to
get the code to compile). 

-- 
THINGS TO DO IF I BECOME AN EVIL OVERLORD #51
If one of my dungeon guards begins expressing concern over the
conditions 
in the beautiful princess' cell, I will immediately transfer him to a
less 
people-oriented position.


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.