Wrox Programmer Forums
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 12th, 2003, 09:52 AM
Registered User
 
Join Date: Jun 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jdmarsh2g
Default XSLT

I'm having difficulties getting the MSXSL parser to work on my machine. I'am getting this error 'MSXSL is not recognized as an internal or external command, operable program or batch file

I downloaded the package for Begining XML 2nd Edtition. I loaded the parser...
Can someone point me in the right direction for getting this parser to work correctly. I am trying to do the exercises for XSLT.
thank you
Jonathan
 
Old June 13th, 2003, 04:40 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

As I understand it, MSXSL is a separate command-line utility which runs XSL transformations. Is it included in the package you downloaded? If it is then the system just can't find it, so try putting the directory where MSXSL exists into your PATH variable (or move MSXSL to a directory thats already in the PATH).

hth
Phil
 
Old June 17th, 2003, 01:24 PM
Registered User
 
Join Date: Jun 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jdmarsh2g
Default

Quote:
quote:Originally posted by pgtips
 As I understand it, MSXSL is a separate command-line utility which runs XSL transformations. Is it included in the package you downloaded? If it is then the system just can't find it, so try putting the directory where MSXSL exists into your PATH variable (or move MSXSL to a directory thats already in the PATH).

hth
Phil
 
Old June 17th, 2003, 01:31 PM
Registered User
 
Join Date: Jun 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jdmarsh2g
Default

Quote:
quote:Originally posted by jdmarsh2g
 
Quote:
quote:Originally posted by pgtips
Quote:
 As I understand it, MSXSL is a separate command-line utility which runs XSL transformations. Is it included in the package you downloaded? If it is then the system just can't find it, so try putting the directory where MSXSL exists into your PATH variable (or move MSXSL to a directory thats already in the PATH).

hth
Phil
Well I'm not sure what to point the PATH to. I downloaded the package from the Microsoft / MSXML 4.0. The installer package creates three files...all inside the WINNT/SYSTEM32 folder....it still gives the same error message. I'm lost or confused on where to point things...
thanks
jonathan
 
Old June 18th, 2003, 07:25 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi jonathon,

You first said "I'm having difficulties getting the MSXSL parser to work on my machine ... I downloaded the package for Begining XML 2nd Edtition". I'm not familiar with that book's contents so I didn't know what was in "the package". My earlier reply assumed that you actually has MSXSL already on your machine.

I think your last post clears up the problem when you say "I downloaded the package from the Microsoft / MSXML 4.0". I don't think you have MSXSL on your machine at all - as I said before its a separate (by that I mean separate from MSXML) command-line utility provided by Microsoft. You can get it from here http://msdn.microsoft.com/library/de...html/msxsl.asp.

hth
Phil
 
Old June 18th, 2003, 09:05 AM
Registered User
 
Join Date: Jun 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jdmarsh2g
Default

Phil,
Your right I needed to download the actual exe. I thought that the package would include all that I needed. How exactly should I structure my files and setup the PATH variable in the system. "PATH" system variables.....
jonathan
 
Old June 18th, 2003, 01:13 PM
Registered User
 
Join Date: Jun 2003
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jdmarsh2g
Default

Quote:
quote:Originally posted by jdmarsh2g
 Phil,
Your right I needed to download the actual exe. I thought that the package would include all that I needed. How exactly should I structure my files and setup the PATH variable in the system. "PATH" system variables.....
jonathan
I have it working now thanks a lot Phil I appreciated it.
jdm
 
Old July 9th, 2003, 07:20 AM
Authorized User
 
Join Date: Jul 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm sorry, I misread your last post. The link to MSXSL above isn't a valid URL.

I'm stuck here in the same spot Jonathan was at but his post didn't explain how he fixed it...

Well I'm not sure what to point the PATH to. I downloaded the package from the Microsoft / MSXML 4.0. The installer package creates three files...all inside the WINNT/SYSTEM32 folder....it still gives the same error message. I'm lost or confused on where to point things...
 
Old July 9th, 2003, 09:05 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

OK, I understand now. Type this into www.google.com
Code:
download msxsl site:microsoft.com
That will find you the missing MSXSL.EXE. Download it and install it, then see what happens...

regards
Phil





Similar Threads
Thread Thread Starter Forum Replies Last Post
Generating XSLT with XSLT stonis XSLT 3 April 1st, 2008 08:17 PM
General XSLT Questions in the XSLT Forum jminatel BOOK: XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition ISBN: 978-0-470-19274-0 0 March 31st, 2008 07:50 PM
Can XSLT read DTD/schema and Generate XSLT.. ROCXY XSLT 1 November 6th, 2006 09:39 AM
dynamic xslt -> xslt creation namespace problem jkmyoung XSLT 2 July 15th, 2006 12:42 AM
xslt with an xslt outputfile alleycat XSLT 4 February 20th, 2006 09:56 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.