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

Re: SAX Topic 2004-0002: XML 1.1 support


david megginson addison xml
At 9:27 AM -0500 2/22/04, David Megginson wrote:
>* Topic 2004-0002: XML 1.1 support
>
>- add a read-only feature to check for XML 1.1 support (John Cowan,
>   2004-02-18)
>

I suggest this should be read-write for parsers that support XML 1.1. 
I have a need to sometimes require documents to be 1.0, and right now 
setting that up with a parser that supports 1.0 is a royal PITA.

>- add a read-only property (double) to return the version number of
>   the document being parsed (John Cowan, 2004-02-18)

I suggest that this property be a String rather than double. Several reasons:

1. Long term, it may not always be parseable as a double (1.1.1 anyone?)
2. Double equality comparisons are very tricky. String comparisons 
are much simpler.
3. It's not hard to convert a String to a double if you need that for 
some reason.
4. It's not really possible to make the value of the property a 
primitive double in Java. It would have to be a Double. Better to 
just make it a String, which is a little easier to deal with in code.

-- 

   Elliotte Rusty Harold
   elharo@m...
   Effective XML (Addison-Wesley, 2003)
   http://www.cafeconleche.org/books/effectivexml
   http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA

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.