simple XML question

Valhalla2000

Banned
Sep 7, 2000
151
0
0
I'm trying to transform my xml file in Win2K command prompt.
Like this:

C:\>xt file.xml file.xsl

but it gives me an error saying "xt" is not recognized.
 

Valhalla1

Diamond Member
Oct 13, 1999
8,678
0
76
err..

I no nothing about xml, but what is the "xt" command? if its a program, it either needs to be in the root c:\ dir. or in the path for that command to work.

but I get the feeling you already knew that.

but what attracted me into this thread was your username.. I was like WTF.. interesting
 

Ruben

Member
Nov 8, 1999
63
0
0
I'm not an XML king, but I am trying to learn it :)
I think the syntax is
c:\> xt source stylesheet result
So it looks like you forgot to put in something.
Maybe it's just that you don't have xt.exe???
Get is here: http://www.jclark.com/xml/xt.html (as well as some explanation)
Hope this helps, good luck!