xsl-list
[Top] [All Lists]

Saxon vs. Xalan - output not the same

2002-08-29 08:49:31
Apologies if this comes twice -- I had an error on my end and can't tell if
it got out the first time.

Hi all,
I have this bit of XSL:

<xsl:template match="tight">
.BR <xsl:value-of select="." /><xsl:text/>
<xsl:choose>
<xsl:when test="position() != last()">, </xsl:when>
<xsl:when test="position() = last()">. </xsl:when>
</xsl:choose>
</xsl:template>

that matches this bit of XML:
<tight><link>mget</link></tight>
<tight><link>medit</link></tight>

Using Xalan, I get output like this:

mget, medit.

Using Saxon, I get output like this:

mget,

medit,

I want the the output from Saxon to look like Xalan's output . Any ideas what I can do to fix this?

Thanks much,

--gk
Greg Kushmerek
Sr. Technical Writer
IA/Tools
The MathWorks
(+1) 508-647-7136


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>