[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Running msxml (newbie)

Subject: Re: Running msxml (newbie)
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Mon, 19 Aug 2002 14:29:03 -0400
msxml file
[fstorr]
> As regards running it, this is what I'm doing:
>
> Changing directory to the one with the required XML and XSL file, then
>
> C:\xmlstuff> msxml xpath.xml xpath.xsl -o output.html
>
> Which is when I get the "not recognized as an internal command...." etc.
>
>
> Any more ideas would be gratefully received.
>

That just means that Windows does not know where msxml is located.  You need
to do one of these things:

1) Add its location to the path
2) Run it from a batch file whose location is on the path.
3) Get 4DOS or 4NT (these are are superb replacements for command.com and
cmd.exe respectively) and create an alias for msxml.
4) Set an environmental variable to the location of msxml and run it like
this:

set ms_xml=c:\path\to\msxml\msxml.exe
%ms_xml% xpath.xml xpath.xsl -o output.html

5) Copy the msxml file into the directory from which you are running the
command.

Since I run 4NT on my Win2000 system, (3) is what I would do.  Otherwise,
(2) would be my choice.

Cheers,

Tom P


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.