Subject:Error: namespace prefix xsl on text is not defined in Entity, line:1 Author:Ken Stringer Date:20 Nov 2008 11:33 AM
Hello,
I have been working for days to solve this problem and am on my last few strands of hair. Whenever I load my XSL doc, I get the error message listed above. The process I am trying to accomplish is to load an XML file and transform it into a tab-delimited text file containing specific info from the XML file. The XML file loads fine.
This worked the last time I used it about a year ago. At that time I was running PHP 4.3.9 on Win2K using the PHP/Sablotron xslt_creat() function. I am now using PHP 5.2.6 on XP SP2. I don't know if the XSL spec has changed and my encoding is wrong or maybe it's a MSXML parsing problem.
Any help would be greatly appreciated. The XSL file is attached.
Subject:Error: namespace prefix xsl on text is not defined in Entity, line:1 Author:Ken Stringer Date:20 Nov 2008 05:31 PM
No luck. Still not working. How can I find out what XML parser is being used? Is it MSXML#.# by default? If so, can I turn off validation w/in the MSXML parser?