
12 Oct
2009
12 Oct
'09
2:07 p.m.
On transform() the XProc engine will perform the transformation. If a port has the showInSequenceView() return false then its data should not be in the result of the transform method - that means the user decided that he does not want to see the result on that port in the oXygen results - it may be enough for example to have the document on that port saved in a file.
So, the array of XProcOutputPortInterface tells the processor what output bindings where made in the XProc scenario and also what ports should be returned. Note that if a port is not present in the array of XProcOutputPortInterface then its result should be returned.
I see, thanks for clarifying. Regards, Vojtech