Project

Profile

Help

Bug #4224

closed

Text about Xslt30Transformer uses wrong method name as asDestination(); method is named asDocumentDestination()

Added by Martin Honnen almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Low
Category:
Documentation
Sprint/Milestone:
-
Start date:
2019-05-23
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

http://saxonica.com/html/documentation/using-xsl/embedding/s9api-transformation.html says

The Xslt30Transformer does not implement the Destination interface directly; but you can call its asDestination() method to get a Destination object allowing the transformation to act as the destination of some other process in the pipeline

The method defined on the class however is named asDocumentDestination (http://saxonica.com/html/documentation/javadoc/net/sf/saxon/s9api/Xslt30Transformer.html#asDocumentDestination-net.sf.saxon.s9api.Destination-), not asDestination.

Actions #1

Updated by Debbie Lockett almost 5 years ago

  • Assignee set to Debbie Lockett
  • Applies to branch trunk added

Thanks for pointing this out, Martin. I will make the correction in the documentation. (Note Xslt30Transformer.asDocumentDestination() was new in 9.9, so older versions are not affected.)

Actions #2

Updated by Debbie Lockett almost 5 years ago

  • Status changed from New to Resolved
  • Fix Committed on Branch 9.9, trunk added

Fix committed for 9.9 (and 10.0 dev) documentation.

Online 9.9 documentation updated (XML and HTML versions).

Actions #3

Updated by O'Neil Delpratt almost 5 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 0 to 100
  • Fixed in Maintenance Release 9.9.1.4 added

Bug fix applied in the Saxon 9.9.1.4 maintenance release

Please register to edit this issue

Also available in: Atom PDF