Hi I have set up a PSPad Project with my xml and xsl file only. I then setup the project compiler to use a command line xsl tool and output to the Log window. This way I can use PSPad as a good xsl development tool using a split view so I can view both files side by side, along with the code explorer.
But... whatever commandline tool I use, most of the characters of the XSLT output are returned as whitespace/blank to the Log Window. Which ain't good. Any ideas? One 'compiler' is saxon9he.jar and is launched, in my case, via portable java. The settings I use for the compiler: Compiler: Java/bin/java.exe Parameters: -jar saxon9he.jar %Name%%ext% %Name%%ext% I have also use msxsl and xsltproc in testing. I have my own xml/xsl but have also tried the code at [url]http://www.w3schools.com/xsl/tryxslt.asp?xmlfile=cdcatalog&xsltfile=cdcatal og[/url] I can get a very similar setup to work in notepad++ using nppexec and its console window, but I would prefer to stick with PSPad. Cheers -- <http://forum.pspad.com/read.php?2,61141,61141> PSPad freeware editor http://www.pspad.com
