Subject:Deploy xslt without Style Studio License Author:Steve Grise Date:19 Jan 2007 04:35 PM
I'd like to deploy my .xsl file without Stylus Studio, ideally as a .exe file for Windows.
I want to to create a series of xml files from a base xml file - in the same directory with the same name every time - so I don't need Scenarios or anything complicated.
I've tried generating Java code but it's pretty hard to remove all of the Stylus Studio stuff, plus I'm concerned about the complexity of Java setup for end users.
What are my options? I can see some references to different deployment methods in the help, but I can't see an easy way to do what I want because the help leads me down a rabbit trail of deployment adapter topics. Do I really need to do this part in Visual Studio or another tool?
Subject:Deploy xslt without Style Studio License Author:Steve Grise Date:23 Jan 2007 09:30 AM
Yes, that works for me, I did eventually find one other reference to this in the forums, but it was not easy to find. For a future release I suggest 2 things:
1. If there was a reference to this deployment option in the Help system it would have saved me some time.
2. There's probably a reason why you don't do this, but now I am writing some Javascript and editing in another tool. It would be handy for me to manage these files in Stylus Studio and be able to test with a pipeline and other parts of Stylus for debugging purposes (yes I have no idea how much work that would be for you...).