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

Re: Formulas in XML values

  • From: Kurt Cagle <kurt.cagle@gmail.com>
  • To: COUTHURES Alain <alain.couthures@agencexml.com>
  • Date: Thu, 25 Jun 2009 12:59:47 -0700

Re:  Formulas in XML values
Alain,

This is an interesting point, and a subtle one (and that it comes up in XBRL surprises me not in the least). If I understand it correctly, what you're asking is, if you have an XML expression of the form:

<account-total value="29 + 12 * 1.25"/>

how you can effectively evaluate this statement via XPath. The expression in the value attribute is essentially an anonymous function -

<account-total value="fn(){29 + 12 * 1.25}"/>

In the current implementation of XPath, there is no mechanism to enable the evaluation of anonymous functions, because that's a second order operation. There is some discussion in the XQuery 1.1 spec about working with higher functions, I'd have to dig into it a bit in order to tell you precisely where, however. This gets more complicated of course because there is nothing in the current data model for dealing with a function as a data type (the only way you could schematically define the above @value attribute is as xs:string, even though, as a numeric function, it should properly be defined as of type xs:double).

In practice, of course, you can always create an eval type function, though given XSLTForm's architecture, that could prove to be exciting (I'm guessing you'd have to run the expression through an XSLT again in order to properly evaluate it, assuming that you're just dealing with constants).

Kurt Cagle
Managing Editor
http://xmlToday.org


On Thu, Jun 25, 2009 at 10:35 AM, COUTHURES Alain <alain.couthures@agencexml.com> wrote:
Formulas in XML values are a persistent concern for me for some days and xml-dev appears to be the best place to discuss this...

From mathematical point of view, 35+7 and 42 are equals but human beings can interpret them differently. When a value has to be put in a field by an user, sometimes it's, in fact, the result of a basic computation and, when someone else has to verify the field value, the initial formula might help to understand. Excel users do that every day !

XML is a text notation so it's not disturbing to write 35+7 where 42 can be. But, schema languages should evaluate values before testing if they are valid or not. XPath should, at least, do the same or, better, be able to say that 15+6 multiplied by 2 is (15+6)*2. Students calculators can do that already, don't they ?

There are interesting possibilities with such a notation improvement : numbers such as 1/3, pi, sqrt(2) would be written as what they are and not just in a limited amount of digits. Of course, a bunch of mathematical functions and constants should be named...

I will probably implement some basic approach for this in my XForms implementation (XSLTForms : http://www.agencexml.com/xsltforms) because I already need it for setting values in XBRL documents.

XSLTForms has its own XPath implementation and XML Schema validation, both written in Javascript, and some eval() calls at the right place might be all what is needed. Formulas will then be submitted and stored as ordinary values would be. If needed, I will design an XSLT stylesheet to resolve formulas into values (XSLTForms already has an XPath 1.0 expression parser written in XSLT 1.0 ...).

Thank you for your remarks and suggestions.

Best regards,

Alain Couthures
<agenceXML>
http://www.agencexml.com
Bordeaux, France
Twitter account: AlainCouthures

_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
subscribe: xml-dev-subscribe@lists.xml.org
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php




[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.