Author |
Message
|
waugh |
Posted: Fri Oct 08, 2004 5:28 am Post subject: xsl:import statement in XSLT is not working |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
Dudes,
I used xsl:import statement to import some utility functions (xsl templates) from a different stylesheet and use in current stylesheet. it works in normal xml editors. But, broker failing to interprest the xsl:import....
my statement look like
<xsl:import href="cdcatalog_ex3.xsl"/>
i also tried giving full path
<xsl:import href="c:/cdcatalog_ex3.xsl"/>
any idea? |
|
Back to top |
|
 |
kirani |
Posted: Fri Oct 08, 2004 11:08 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
I think import is not supported by the Broker. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
waugh |
Posted: Sat Oct 09, 2004 4:08 am Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
Kiran,
looks like thats true, i copied templates to each stylesheet again and it works for now. may be we should throw it in to IBM's as a "NICE TO HAVE" feature....
Thanks
Last edited by waugh on Mon Oct 11, 2004 5:25 am; edited 1 time in total |
|
Back to top |
|
 |
kirani |
Posted: Sat Oct 09, 2004 11:45 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
I had similar problems when importing XML schema and C Header files with include statement. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
aks |
Posted: Sun Oct 10, 2004 8:10 pm Post subject: |
|
|
Voyager
Joined: 19 Jul 2002 Posts: 84
|
xsl:import works fine for me. I did have a problem however, that the imported xsl files needed to be in the <wbimb>\bin directory. I raised a PMR with IBM and they sent me a fix for CSD3 (P35120.999.616.WBIMB500.fp03.NT.zip). This fix is in CSD4 now.
I may have not interpretted correctly what your problem is, but xsl:import has been working for me since V5 came out, but the above fix addressed nested imports.
Alan |
|
Back to top |
|
 |
waugh |
Posted: Mon Oct 11, 2004 5:24 am Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
aks,
Nested imports are not working either. I am on CSD03. may be thats the reason. I am going to install CSD04 and try it.
Thanks |
|
Back to top |
|
 |
|