Hello,
I want to import xslt mappings from TIBCO to XI.
The xsl sheet contains following tags:
<lxslt:component prefix="abc" functions="abc">
<lxslt:script lang="javascript"> <!-- java script here---></lxslt:script>
</lxslt:component>
Do I need to have additional settings or to import additional libraries in XI to support this?
Thanks in advance.
Beena.
Request clarification before answering.
Hello Beena,
As far my knowledge goes you need to have two jar files for handling scripts.
1. bsf.jar
2. js.jar
Now bsf.jar should come with java and you can download js.jar from the below..
<a href="http://www.mozilla.org/rhino/">http://www.mozilla.org/rhino/</a>
For testing away from XI these transformations you need XALAN Processor for Java extensions.
And I dont think XML Spy comes with inbuilt XALAN processor.
Try importing the above jar files and check in XI it should help, otherwise you will have to avoid the Javascript and handle the validations on your own.
Let me know how you tackled this issue.
Also forgot to add, you check the below link for more.
http://www.informit.com/articles/article.aspx?p=31449&seqNum=5
Regards,
Message was edited by:
SriHari Bandi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.