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

Re: The Goals of XML at 25, and the one thing that XML now nee

  • From: Mukul Gandhi <mukulg@softwarebytes.org>
  • To: Rick Jelliffe <rjelliffe@allette.com.au>
  • Date: Mon, 19 Jul 2021 18:16:14 +0530

Re:  The Goals of XML at 25
On Mon, Jul 19, 2021 at 5:51 PM Rick Jelliffe <rjelliffe@allette.com.au> wrote:
 
For example, say we added to XML simple typing by delimiters like this

 <a b="xyz"   c=123 d=false  e=R23456 >...

where b is a string, c is a number, d is boolean and e is a symbol.

So which is actually simpler: implementing/understanding current XML with an XML schema, or this extended XML syntax which is trivial and conventional to parse?

I think your suggestion, <a b="xyz"   c=123 d=false  e=R23456 > is nice and the corresponding interpretation.

But XML schemas offer useful functionality, I believe. For e.g, consider following XSD user defined datatype,

<xs:simpleType name="IntRange">
    <xs:restriction base="xs:integer">
          <xs:minInclusive value="5"/>
          <xs:maxInclusive value="10"/>
    <xs:restriction>
</xs:simpleType>

I think, such XSD facilities offer useful functionality, and have a ready appeal.


--
Regards,
Mukul Gandhi


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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.