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

What's wrong with XalanC?

Subject: What's wrong with XalanC?
From: "Ofer Kalisky" <kalisky@xxxxxxxxxxxxxxx>
Date: Thu, 4 Oct 2001 17:29:24 +0200
xalanc
I'm trying to use the XalanC Transformer (WinNT), and the "value-of" doesn't
evaluate at all...
1. In the XmlSpy 3.5 it does the job. Is it a bug in Xalan, or am I missing
something?
2. Is there a way to bypass the problem?
3. I understand that Xalan isn't recommended by many XSL users. What is? I
need high performance rate on solaris, and have small XSL template files.


x.xsl:

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">

	<xsl:param name="ggg">
		<xxx>bbb</xxx>
		<zzz>aaa</zzz>
	</xsl:param>

	<xsl:template match="asdf">
		<xsl:param name="ggg" select="$ggg"/>
		<abc>z <xsl:value-of select="$ggg/zzz"/> z
		</abc>
	</xsl:template>

</xsl:stylesheet>

x.xml:
<asdf/>

Thanks.



 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.