Igor Hersht wrote: >Maybe it could be good idea to have package >(e.g. org.apache.xalan.common) where we could have such code [for internationalization] >as well as any code which is common for >XSLT2.0, XPath 2.0, XQuery 1.0 and XPath 2.0 Functions and Operators.
Given that all the above specs treat collating as a special module, I like the idea of isolating collators. We might even want to make it easy for others to write special-purpose collators. With the proper naming conventions, they could use their own collators in the F&O functions that allow reference to a collator by "name" (actually by URI). We also need to define the URIs for Xalan collators. .................David Marston
