Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xml-dev] A bad idea to use the XML Schema list type?

From: "Michael Kay" <mike@--------.--->
To: "'Costello, Roger L.'" <costello@-----.--->, <xml-dev@-----.---.--->
Date: 2/9/2009 3:26:00 PM
> 
> There are, however, significant differences with regard to 
> processing. For example, consider the task of summing all the 
> values in the list. With appproach #2 it is easily 
> accomplished using this XSLT:
> 
>     sum(li)
> 
> With approach #1 it is not easily accomplished. With XSLT 1.0 
> it requires creating a named template that splits the string 
> "89 12 41 66 2 26" and then sums the individual tokens. Not 
> an easy task. XSLT 2.0 makes the job a bit easier, but it's 
> still not as easy as with approach #2.

It's just as easy. In a schema-aware stylesheet, given the input <list>1 2
3</list>, sum(list) returns 6.

Of course, using child elements is better from a purist point of view. But
if you look at how SVG or GML represent polygons, doing it with child
elements would give a horrendous explosion of document size and parsing
time.

(However, the micro-syntax that SVG and GML use isn't XSD list syntax,
because they are dealing with a sequence of pairs of numbers. So you can't
take advantage of schema-awareness in XSLT in quite the same way; to process
these vocabularies you do have to parse the data at application level. But
that can be done very easily, you only have to write the function library to
handle the syntax once.)

Michael Kay
http://www.saxonica.com/


_______________________________________________________________________

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@l...
subscribe: xml-dev-subscribe@l...
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent