Hi All,
I just wondered if there was a 'work around' to the 'XML10_NAME and
XML_NC_NAME are not defined' problem as well as:
XNode.init has no properties
Seems to cause the problems on both IE (version 7.0.5730.13) and
Firefox 2.0.0.14 the code I'm using with it at the moment is:
var myText = "...";
var myXml = xmlParse(myText);
var myTextAgain = xmlText(myXml);
var myNode = document.getElementById("myId");
xsltProcessContext(new ExprContext(myXml), myXsl, myNode);
This is using the script calls (within the HTML):
<script src="../scripts/ajaxslt-0.8.1/misc.js" type="text/
javascript"></script>
<script src="../scripts/ajaxslt-0.8.1/dom.js" type="text/javascript"></
script>
<script src="../scripts/ajaxslt-0.8.1/xpath.js" type="text/
javascript"></script>
<script src="../scripts/ajaxslt-0.8.1/xslt.js" type="text/
javascript"></script>
Any info would be useful thanks,
Dave.
On Mar 28, 12:41 pm, Chris Ettinger <sdaddddLT5...@gmail.com> wrote:
>
http://wikipedlla.com/xml10_name_and_xml_nc_name_are_not_defined
> > I have just developed a test application using AJAXSLT. It does XSLT
> > transforms on XML data which I get from an ISAPI app. The app uses
> > misc, dom, xpath and xslt. It works perfectly on my local machine (XP
> > PRO SP2) using Firefox with no errors in the error console.
> > Then I loaded it onto my 2003 server and it produces the errors
> > XML10_NAME and XML_NC_NAME are not defined. Thats just on the page
> > load. Then when I try to process some XML I get XNode.init has no
> > properties. I guess its not getting the XML?
> > Any suggestions?
> > Mark Horrocks- Hide quoted text -
> - Show quoted text -