Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML/XSLT Does not work on Windows ME

Status
Not open for further replies.

orman

IS-IT--Management
Joined
Jun 14, 2001
Messages
123
Location
US
Hello,
Have XML and corresponding XSLT document. The XML and XSLT documents works on my desktop, Win98 pc, and at school, Win XP pc, but not on my laptop which has Windows ME. (All have IE 6.)
I can see any HTML text and formating used in the XSLT document, but it's like the XSLT can't see any nodes. Any ideas what might be wrong?
Thanks.
 
We need more info -
What version of MSXML are you using?
How are you doing the transform?

Chip H.

If you want to get the best response to a question, please check out FAQ222-2244 first
 
Using msxml 4.0.
Don't know what you mean by the 2nd question.
 
There's at least two ways to do a transformation -- one using two DOMDocument40's, and the other using a FreeThreadedDOMDocument40 plus a DOMDocument40.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Don't have a clue.
 
I was told by someone who had a similar experience to upgrade IE. I did and now have IE 6.0 sp1. I also redownloaded and installed MSXML 4.0. -- But still having the same problem.
 
You might check if it all works using MSXML 3 instead of 4: MSXML 4 is more strict, so an xsl-file that worked under 3 may not work under 4.
Apart from that: Chip's question about how you transform is still unanswered. It is an important question, because:
if you transform in a tool like spy, you get instant info on wether your xsl is OK. If you transform programmaticaly using MSXML2.Dom..., you can get some info from Dom.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top