http://www.w3.org/2004/Talks/xslt20-LV-www2004
* Enhanced data-model
o Nodeset is generalized: welcome sequence of items (node or atomic value)
+ Duplicates are allowed
o Result tree fragment are generalized: welcome temporary tree
+ Result tree fragment was read-only
o Type-system based on XML Schema
+ More types: date and time.
+ Numeric matches now the decimal, integer, double or float types
* Types are "optional"
o Basic XSLT processor: almost the same as XSLT 1.0 with some additionnal built-in types
o Schema-aware processor:
+ All built-in types defined in XML Schema (plus few more)
+ Template can be typed and validated at runtime
XSLT 2.0 引入了更通用的数据模型,包括允许节点集包含重复项,结果树片段变为临时树,并且支持 XML Schema 类型系统。新增类型如日期和时间等,使得数据处理更为灵活。
2652

被折叠的 条评论
为什么被折叠?



