I believe the problem you are talking about with <xsl:import> is a bug in
Clark's parser.

See: http://www.jclark.com/xml/xt.html

In particular:


"There are also some known bugs, notably:

...

"The xsl:import element does not conform to the requirement that when
xsl:include is used to include a stylesheet, any xsl:import elements in the
included document are moved up in the including document to after any
existing xsl:import elements in the including document. "

Scott Stirling
Allaire

-----Original Message-----
From: Lorenzo Gallucci [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 29, 2000 12:58 PM
To: JRun-Talk
Subject: Re: XSL Questions


In stardate Fri, 20 Oct 2000 09:10:53 -0700,
    "Rafael C. Alvarado" <[EMAIL PROTECTED]> sent a message through
subspace...
> 1.  Does JRun's (latest version) implementation of xsl support xsl:import?
> 2.  Where is there *any* documentation on this topic?  I have been unable
to
> find even a list of supported features from the standard spec.
Apparently, JRun uses a XSLT implementation derived from (or identical
to) that available at http://www.jclark.com/xml/xt.html from Jim Clark.
A great processor, IMHO... you can even use extensions (as namespace
definitions) to call directly java code. So far I still wasn't able to
call my own Java code, only library (JDK) classes & functions, but
probably there's a way do that.
There are some strange bugs, however, in JRun implementation: one of
those is in xsl:import tag, that computes erratically (or almost
unexpectedly) base include path, so relative include filenames seem
can't work correctly (the Win32 equivalent executable, provided by Jim,
with the same xsl files works perfectly, instead) . My team lasted to
use *complete*  (uuuurgh! :-((( ) paths, such as
http://hostname/etc-etc-etc in xsl, but is a really bad practice, unusable
except
during the early stages of development, I think. We're still searching
for a good guess of what the base include path xt.jar uses should be ...
;-)

Any help is appreciated!
-------------------------------------------------------------------
\\//_  Live long and prosper and ... HAVE A GOOD TIME! ;-)
Lorenzo Gallucci - [EMAIL PROTECTED] - ICQ#  19194057
-------------------------------------------------------------------

------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to