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

Re: xsl:apply-templates and select option

Subject: Re: xsl:apply-templates and select option
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 2 Jun 2006 15:44:48 +0100
xml select option
  Where translator substitutes the node names and grouper creates groups.
  However, I am not able to get that to work. In the above order I get the
  substitution but no grouping. Any ideas what may be wrong?!

When i said two stylesheets I really meant two complete transforms
so (eg with saxon)

saxon -o temp.xml file.xml sheet-1.xsl
saxon -o result.xml temp.xml sheet-2.xml


importing or including stylesheets doesn't make them into multiple
stylesheets in the sense I meant here. That is just a way of spreading
one logical stylesheet over more than one physical file.

Also any xsl:import statements have to come first so
	<xsl:import href="copy.xslt"/>
	<xsl:include href="ELSTranslator.xslt"/>
	<xsl:import href="ELSGrouper.xslt"/>
is a syntax error and should not have compiled at all.

http://www.w3.org/TR/xslt#element-import

he xsl:import element children must precede all other element children
of an xsl:stylesheet element, including any xsl:include element
children. 

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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.