Activity for Christoph Zolder

  • Christoph  Zolder Christoph Zolder posted a comment on discussion Help

    I am trying to automate an XSL Transformation function in the XML Tools plugin with the script I wrote. But I only get the popup window "XML Transformation settings" without an automatic filled in path to the .xsl file. Here is my code to open an XML file and open the XSL transform window: notepad.open('XmlFilePath‘) notepad.runMenuCommand('XML Tools'‚ 'XSL Transformation…') I can enter the XSL file manually notepad.saveAs('newXmlFilePath‘) notepad.close How can I pass in the .xsl path automatically...

1