Actions
Bug #1511
closedJavaScript API: Principal output after calling transformToDocument or transformToFragment can't always be accessed
Start date:
2012-05-03
Due date:
% Done:
100%
Estimated time:
Platforms:
Description
When using the Saxon.run method to invoke transformToDocument or transformToFragment, the principal output from the transform should be returned by calling getResultDocument('') on the XSLT20Processor object reference that is returned by the run method. Instead, the return value of getResultDocument('') is null.
Note: any result document output created with xsl:result-document is returned by this method when the corresponding URI is given as the parameter.
Please register to edit this issue
Actions