xsl-list
[Top] [All Lists]

Re: [xsl] Extensions in AltovaXML

2008-10-30 10:28:35
Michael Kay wrote:

My impression from reading it was that many simple calls would
be directly portable, for example

<xsl:value-of select="math:sin($x)"
xmlns:math="java:java.lang.Math"/>

  Yes, for standard Java stuff.  But if the extension is a complex Java
code using Saxon-specific feature (for instance to get any information
from the XPath context, like a node, or to create an element as the
result,) the code would be able to detect and deal with multiple
implementations.  Instead of being able to provide just several
implementations, one for each product, each in its own package, but
bound to the same namespace URI.

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

























      

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>