OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: [xml-dev] Must databinding imply tight coupling? (was Re: New tool

[ Lists Home | Date Index | Thread Index ]

>      //!!!!ONE LINE OF CODE !!!!
>      double PEratio = (double)
>        doc.CreateNavigator().Evaluate("/*/price div 
> (/*/revenues - /*/expenses)");     
>  
>      Console.WriteLine("PE Ratio = {0}", PEratio);      

This looks better, but:

1) what if a field is mispelled?
2) what if an operator is undefined for the field value?
3) what if the cast is invalid for the value returned?

All these errors are caught at runtime, whereas in the binding example, such
errors occur at compile-time.  That's a big, big win for data binding using
schema definitions.  






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS