http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2776 *** shadow/2776 Tue Jul 24 20:43:17 2001 --- shadow/2776.tmp.26738 Tue Jul 24 20:43:17 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | apply-templates without select doubles position() | + +----------------------------------------------------------------------------+ + | Bug #: 2776 Product: XalanJ2 | + | Status: NEW Version: 2.2.x | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Other Component: Xalan | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Templates matched through <xsl:apply-templates/> appear to have position()'s of + 2,4,6,8... + + <template match="*"> doesn't match anything that could suggest what the missing + odd numbered position()s could relate to. + + Where as <xsl:apply-templates select="*"/> works as expected.
