How to add xmlstylesheet declaration

Is there a way to add an xml-stylesheet declaration to XML using pub.xml:documentToXMLString?

I approached this a different way. Instead of adding processing instructions for stylesheet transformation, I used WmXSLT to transform my XML on the Integration Server. I took the output HTML bytes and created a MIME email.

i want to add an xml-stylesheet declaration to XML, anyone knows?

Ellen, Have you found out some resolution for this? Current we were also having similar requirement.