Search found 3 matches

by travgator
Fri May 23, 2003 4:21 pm
Forum: General
Topic: Garbage Characters in Tool Output
Replies: 4
Views: 500

i have version 4 as well. btw, i think 4 is the latest.
by travgator
Fri May 23, 2003 1:28 pm
Forum: General
Topic: Garbage Characters in Tool Output
Replies: 4
Views: 500

I wasn't specifying an output method. When i add an output method to my xsl files as follows:

<xsl:output method="xml" indent="yes" omit-xml-declaration="yes" encoding="UTF-8"/>

the output appears correctly. So i'm a little confused as to why it appears correctly under "Tools|Run..." regardless ...
by travgator
Thu May 22, 2003 8:27 pm
Forum: General
Topic: Garbage Characters in Tool Output
Replies: 4
Views: 500

Garbage Characters in Tool Output

I'm trying to integrate the MSXSL tool into TextPad, in order to insert line breaks into an XML file. I can run the tool from the "Tools|Run..." as follows:

Command: C:\WINNT\msxsl.exe
Parameters: $File identity.xsl -v
Initial Folder: C:\WINNT
Capture Output: checked

This works correctly. The ...