Changing the name of the output package item
By default, the XSLT template puts its transformed output in an item called Output in the package. To override this default, start your template with <?XsltMediator outputItemName="MyItem"?>, where MyItem is the name of an item in the input package you want to write your output to.