You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task implementations could return more detailed information, for example XsltTask only returns "application/xml" when it could return something more specific, depending on the transform executed.
LayoutEngineTask
TextNodeTask (could return the same details as input)
XsltTask
The importance of correcting this is somewhat unclear however, since this information is not used when chaining tasks together.
The text was updated successfully, but these errors were encountered:
Task implementations could return more detailed information, for example XsltTask only returns "application/xml" when it could return something more specific, depending on the transform executed.
The importance of correcting this is somewhat unclear however, since this information is not used when chaining tasks together.
The text was updated successfully, but these errors were encountered: