ScholarOne Manuscripts Ideas is a community forum for clients to engage with each other and with the ScholarOne Product team around ways to improve the platform experience. Ideas submitted in this forum are useful in surfacing themes and items of critical importance to our users, prioritizing roadmap initiatives, and fine-tuning feature development.
Currently can only download a journals email template as an XML file. Would like to be able to download in a different/workable format (eg word) when we want to review our templates.
This will be really helpful. Thanks for sharing
Thank you Brett!
This is something I wanted as well so I wrote a quick XSL transformation to accomplish this.
I have attached the XSL file here and it needs to be in the same folder as the XML file of the e-mail templates.
You then need to open the XML file and add the following as the 2nd line of XML:
<?xml-stylesheet type="text/xsl" href="emailstyle.xsl"?>
The first 3 lines of your XML file should look like:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="emailstyle.xsl"?>
<email_templates>
It will format it and open in the browser but it can much more easily be copied over into Word.
Hope it helps,
Brett
Yes