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

RE: Misunderstanding named initial template and prece

Subject: RE: Misunderstanding named initial template and precedence rules?
From: "Colin Adams" <colinpauladams@xxxxxxxxxxx>
Date: Wed, 28 Feb 2007 19:36:18 +0000
RE:  Misunderstanding named initial template and  prece
From: Abel Braaksma <abel.online@xxxxxxxxx>

This struck me as very peculiar today, when I was researching a bug in my xslt templates: calling an initial template does *not* mean that the template with the highest import precedence is called.... This sounds like an implementation bug to me, but I don't have all the spec rules clear, hence I ask you (the list) first.

Two stylesheets:

** IMPORTED **
<xsl:stylesheet version = "2.0"
   xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" >

   <xsl:template match="/" name="main" >
       <low-precedence />
   </xsl:template>
</xsl:stylesheet>

** IMPORTING **
<xsl:stylesheet version = "2.0"
   xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" >

<xsl:import href="import.xslt"/>

   <xsl:template match="/" name="main" >
       <high-precedence />
   </xsl:template>
</xsl:stylesheet>


Call this stylesheet with initial template set to "main" and the output is:


<low-precedence />

Expected output is:

<high-precedence />


I wanted to test this behavior with other processors than Saxon that (claim to) be xslt 2 compliant, i.e., AltovaXML, but alas, it does not support the named initial template. I called Saxon like this:

Then how can it claim to be compliant?


On that basis, I claim 137% compliance with the recommendation for gexslt/gestalt.

What you should have typed was:

gexslt --template=main importing.xsl

in which case you would have seen:

<?xml version="1.0" encoding="UTF-8"?><high-precedence/>

_________________________________________________________________
MSN Hotmail is evolving  check out the new Windows Live Mail http://ideas.live.com


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

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

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

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-2007 All Rights Reserved.