Bug #3948
closedIssued S9API examples in samples folder use XsltTransformer rather than Xslt30Transformer
100%
Description
The issued S9apiExamples generally use XsltTransformer
rather than Xslt30Transformer
. We should switch over.
Also, there should be a simple example in the documentation at http://www.saxonica.com/documentation/index.html#!using-xsl/embedding/s9api-transformation, rather than directing people to download the saxon-resources.
Updated by Michael Kay about 6 years ago
- Assignee changed from Michael Kay to Debbie Lockett
Updated by Michael Kay about 6 years ago
- Status changed from New to Resolved
- Assignee changed from Debbie Lockett to Michael Kay
- Applies to branch 9.9 added
- Fix Committed on Branch 9.9 added
I have polished up the examples.
Updated by Debbie Lockett almost 6 years ago
- Status changed from Resolved to In Progress
- Assignee changed from Michael Kay to Debbie Lockett
Reopening, as the suggested update in the documentation has not yet been made.
Also, having just updated the .NET sample re Bug #3906, I see that we should also switch to use Xslt30Transformer rather than XsltTransformer in the .NET samples too.
Updated by Debbie Lockett almost 6 years ago
Updates to svn/Saxon.Net/ExamplesEE/ExamplesEE.cs committed. This should be tested (e.g. using build99 test-api-een target) to check the updates are correct. Once they have been checked, the updates should also be copied to the corresponding PE and HE samples.
Updated by Debbie Lockett almost 6 years ago
Documentation 9.9 source update committed to add simple example (taken from TransformA test in S9APIExamples) to using-xsl/embedding/s9api-transformation.
Updated by Debbie Lockett almost 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
- Fixed in Maintenance Release 9.9.1.1 added
The 9.9 saxon-resources download, and 9.9 documentation, has been updated with the 9.9.1.1 release. This includes the updated .NET (ExamplesEE.cs, ExamplesPE.cs, and ExamplesHE.cs) and Java (S9APIExamples.java) samples.
Please register to edit this issue