[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Saxon vs. Xalan - output not the same

Subject: Saxon vs. Xalan - output not the same
From: Greg Kushmerek <gkushmer@xxxxxxxxxxxxx>
Date: Thu, 29 Aug 2002 11:49:31 -0400
greg saxon
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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.