Project

Profile

Help

Bug #4244

closed

Documentation: xsl:merge

Added by Michael Kay almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Category:
Documentation
Sprint/Milestone:
-
Start date:
2019-06-28
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.9, trunk
Fix Committed on Branch:
9.9, trunk
Fixed in Maintenance Release:
Platforms:

Description

The second example given for xsl:merge at https://www.saxonica.com/html/documentation/xsl-elements/merge.html has

<xsl:merge-source select="doc('log1.xml')" select="transactions/transaction"/>

I think this should probably be

<xsl:merge-source select="doc('log1.xml')/transactions/transaction"/>

Also, perhaps it's time to drop some of the history of older Saxon versions under "Notes on the Saxon implementation".

Actions #1

Updated by Debbie Lockett almost 5 years ago

  • Status changed from New to In Progress

Corrected examples on xsl:merge page (first example also has an error: xsl:merge-source attribute should be for-each-item rather than for-each.) Documentation source updated on 9.9 and trunk branches.

I shall add reviewing the "Notes on the Saxon Implementation" sections to my todo list for 10.0 (I suspect there is history about other elements which can be dropped now too).

Actions #2

Updated by Debbie Lockett almost 5 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100
  • Fix Committed on Branch 9.9, trunk added
  • Fixed in Maintenance Release 9.9.1.4 added

9.9 documentation updated online (XML and HTML versions) with 9.9.1.4 maintenance release.

Please register to edit this issue

Also available in: Atom PDF