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".

Please register to edit this issue

Also available in: Atom PDF