Google Groups Home
Help | Sign in
XML10_NAME and XML_NC_NAME are not defined
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
delphi_mark  
View profile
 More options Mar 5, 11:28 am
From: delphi_mark <markhorro...@yahoo.com>
Date: Wed, 5 Mar 2008 08:28:17 -0800 (PST)
Local: Wed, Mar 5 2008 11:28 am
Subject: 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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
delphi_mark  
View profile
 More options Mar 5, 11:46 am
From: delphi_mark <markhorro...@yahoo.com>
Date: Wed, 5 Mar 2008 08:46:00 -0800 (PST)
Subject: Re: XML10_NAME and XML_NC_NAME are not defined
The site is at http://www.sportdata.com.au/xml/default.html
I have made the xslt and xml area of the page viewable. It is
successfully getting the XML packet from my ISAPI but will not
transform it.
Mark Horrocks

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave  
View profile
 More options Apr 23, 10:48 am
From: Dave <davidbottr...@hotmail.com>
Date: Wed, 23 Apr 2008 07:48:30 -0700 (PDT)
Local: Wed, Apr 23 2008 10:48 am
Subject: Re: XML10_NAME and XML_NC_NAME are not defined
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google