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

Re: An xsl:number problem

Subject: Re: An xsl:number problem
From: Michael Ludwig <mlu@xxxxxxxxxxxxx>
Date: Thu, 10 Jul 2008 11:47:18 +0200
Re:  An xsl:number problem
Michael Kay schrieb:
I've raised a bug report against the spec on this one, but I would be
interested to know how various processors handle it. Please try it and
report the results. The bug report is at

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5849

Stylesheet:

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

I changed the version to "1.0".


I would be interested to know what other XSLT 1.0 or 2.0 processors do
with this one.

Here's the output for xsltproc/LibXSLT 1.1.22:


<?xml version="1.0"?>
<doc nr="0">
  <a mark="true" nr="1"/>
  <a nr="2"/>
  <a nr="3"/>
  <a nr="4"/>
  <a mark="true" nr="1"/>
  <a nr="2"/>
  <a nr="3"/>
  <a nr="4"/>
</doc>

For Xalan-C 1.10:

<?xml version="1.0" encoding="UTF-8"?>
<doc nr="0">
  <a mark="true" nr="0"/>
  <a nr="2"/>
  <a nr="3"/>
  <a nr="4"/>
  <a mark="true" nr="0"/>
  <a nr="6"/>
  <a nr="7"/>
  <a nr="8"/>
</doc>

And for Xalan-J 2.7.1:

<?xml version="1.0" encoding="UTF-8"?><doc nr="0">
  <a mark="true" nr="0"/>
  <a nr="2"/>
  <a nr="3"/>
  <a nr="4"/>
  <a mark="true" nr="0"/>
  <a nr="6"/>
  <a nr="7"/>
  <a nr="8"/>
</doc>

I think the intuitively correct result is:

<?xml version="1.0" encoding="UTF-8"?>
<doc nr="">
  <a mark="true" nr="1"/>
  <a nr="2"/>
  <a nr="3"/>
  <a nr="4"/>
  <a mark="true" nr="1"/>
  <a nr="2"/>
  <a nr="3"/>
  <a nr="4"/>
</doc>

Do you agree?

LibXSLT's output is better, I'd say, as it generates a "0" on <doc>, which I find more intuitive as a number than an empty string.

Michael Ludwig

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.