Hi,

Right now XSLTC does support a few extensions: 

  - Calling of static external Java functions. Previously you 
    had to declare on namespace prefix for each class; now 
    you can use the same syntax as Xalan does 

      xmlns:java="http://xml.apache.org/xalan/xslt/java
      ...
      ...select="java:SomeClass.someMethod()"

   - Redirecting output to a file using the 'xsltc:output'
     extension, in which the 'file' attribute declares the file name.
     
   - Passing of RTFs as node-sets to apply-templates or for-each

They are mentioned in the Release Notes for XalanJ 2.3. 
Granted the latter two are not consistent with Xalan in their 
implementation. 

This is an area we will need to address in the future, 
but I can't say how soon that will be. 

Tom
     

"Kevin A. Burton" wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> What is the status of using regular Xalan extensions with XSLTC?
> 
> Specifically using extension elements and the abbreviated Java syntax.
> 
> Are these supported yet?  If not what is the status of this support?
> 
> Kevin
> 
> - --
> Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )
>              Location - San Francisco, CA, Cell - 415.595.9965
>         Jabber - [EMAIL PROTECTED],  Web - http://relativity.yi.org/
> 
> It is error alone which needs support of the government.  Truth can stand by
> itself.  --Thomas Jefferson
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt
> 
> iD8DBQE8b0M2AwM6xb2dfE0RAjsiAKCJrpCF1d0rKtSmaOx4tMOxzdR1dwCfVTIO
> s5uuS9wJEqH0g09thaSUGzo=
> =1cvl
> -----END PGP SIGNATURE-----

-- 
 Tom Amiro -- SQA Engineer
 Sun XML Technology Development
 voice: 781-442-0589 Fax: 781-442-1437
 eMail: [email protected]

Reply via email to