 |
| 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
|
|
|
|

July 2nd, 2003, 12:53 PM
|
|
Authorized User
|
|
Join Date: Jul 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
MSXSL Parser
I have IE 6.0 and according to the book (XML, 2nd Edition) I should have MSXML 3 already installed but I can't find it. Any ideas?
Thanks,
Deah
|
|

July 3rd, 2003, 02:37 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
|
|
It's in msxml3.dll in your system directory. Also msxml3a.dll and msxml3r.dll for language specific resource files. It cannot be used as a stand alone executable, only as a COM class. The command line msxml.exe is available from Microsoft separately, I don't have the URL.
--
Joe
|
|

July 7th, 2003, 01:32 PM
|
|
Authorized User
|
|
Join Date: Jul 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
OK, maybe I need remedial instructions.
I installed MSXSL.exe but I still can't get it to work. I'm getting the same message as the previous topic referenced in pgtips reply. --"I'am getting this error 'MSXSL is not recognized as an internal or external command, operable program or batch file"
What now?
|
|

July 8th, 2003, 03:38 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Did you try the PATH stuff that I mentioned in the other topic?
|
|

July 8th, 2003, 07:35 AM
|
|
Authorized User
|
|
Join Date: Jul 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yes, I did. The page can not be found.
|
|

July 9th, 2003, 03:03 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Quote:
quote:Originally posted by Deah
Yes, I did. The page can not be found.
|
Now I'm confused. What do you mean "the page cannot be found"? What page? Can you post some code which isn't working?
|
|

July 10th, 2003, 02:23 PM
|
|
Authorized User
|
|
Join Date: Jul 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
OK, I found MSXSL 3 SP 2 and installed it.
If you are familiar with Beginning XML Second Edition, I'm stuck on page 93 #4.
Type in command line, specifying the full path to the XML and XSLT files if they are in a different directory from MSXSL. But I don't know where the MSXSL was installed.
|
|

July 10th, 2003, 02:38 PM
|
|
Authorized User
|
|
Join Date: Jul 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This is the message I receive--
'msxsl' is not recognized as an internal or external command, operable program or batch file.
|
|

July 10th, 2003, 04:02 PM
|
|
Authorized User
|
|
Join Date: Jul 2003
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I finally got it! The book's example begins the command with "msxsl..." but when I removed that from my command it worked.
|
|
 |