Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] xsl:apply-templates and select option

From: David Carlisle <davidc@--------->
To:
Date: 6/2/2006 2:46:00 PM
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
________________________________________________________________________


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent