XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
RE: [xml-dev] RE: Word of the day: upconversion

> 
> If you're doing upconversion, would you upconvert this XML:
> 
>     <enumeration value="red" />
>     <enumeration value="green" />
>     <enumeration value="blue" />
> 
> to this XPath:
> 
>     (. eq 'red') or (. eq 'green') or (. eq 'blue')
> 
> or vice versa?
> 
> Is the XML richer in structure and information or is the XPath?
> 

Neither. One format is more convenient for some consumers, the other for
other consumers.

This isn't what upconversion is about. The following would be an
upconversion:

a+b*c  =>  a+(b*c)

because it has replaced external knowledge of the rules governing the
structure (that is, operator precedences) by explicit representation of the
structure.

Regards,

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




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


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

Copyright 1993-2007 XML.org. This site is hosted by OASIS