Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
using Java method in XSLT template
Phanie
I compiled the xsl on my desktop using xalan parser and it works. However when I compile it on TeamSite using XSLTPTCompiler it breaks. Currently I have TeamSite 6.7.2 SP2 on Solaris 9.
Is there any other way to call Java methods in XSLTs?
[HTML]
[/HTML]
I appreciate your help!!
Find more posts tagged with
Comments
Adam Stoller
TeamSite [currently] only supports XSLT 1.0 - you look like you're trying to use XSLT 2.0 functionality - thus it's breaking in TeamSite.
Phanie
Hi Adam - version 1.0 does not work. Its like whenever we add java methods it stops working.
Adam Stoller
Hi Adam - version 1.0 does not work. Its like whenever we add java methods it stops working.
That's my point. I believe you can use Java with XSLT 1.0 - but that it may be a distinctly different implementation than for XSLT 2.0. I've never had to do this, so I cannot offer any specific recommendations other than "search the web" for information and examples.
Phanie
thanks Adam for responding to my post. was able to resolve the issue last week so will close this thread.
the same code (changing to 1.0) which I provided worked this time after I tried recreating a new tpl (thats weird why it did not work for old tpl with 1.0)