Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XML
|
XML General XML discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XML 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
 
Old June 29th, 2006, 12:06 AM
Registered User
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to johnnyNJversion4.0
Default Error with XML and .NET page

Can somebody help me with this issue. I am trying to connect to my database and when I try to get into my .net page with the labels and textboxes i have this message:

 The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

A name was started with an invalid character. Error processing resource 'http://web.njit.edu/~jcg23/serviceform.aspx'. Lin...

<%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
-^



any ideas, i will appreciate it so much:)

johnny NJ



juan garay
 
Old June 29th, 2006, 02:31 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

The syntax <% ... %> is not valid XML. It is used by some templating languages such as JSP and ASP to indicate processing that should be applied to generate portions of an XML or HTML page. Such pages should not be delivered direct to the browser, they should first be processed by the appropriate language processor, e.g. JSP or ASP. This will happen automatically if you get the server configuration right and use the correct file extensions.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
 
Old June 29th, 2006, 11:18 AM
Registered User
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to johnnyNJversion4.0
Default

thank you so much my .net page is not being processed correctly to be displayed.In addition, I noticed that I do not have any version of IIS or IIS 6.0 installed at my school remote server ,as a result, I can't display any .NET pages.


thanks again:D

juan garay





Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP.NET XML Feed Error kwilliams ASP.NET 2.0 Professional 0 February 19th, 2008 05:41 PM
Pulling Looped XML Data Into ASP.NET Page kwilliams ASP.NET 2.0 Professional 2 January 22nd, 2008 11:34 AM
Parse XML doc using VB.NET into ASP.NET page kwilliams Classic ASP XML 17 November 11th, 2005 10:42 AM
could i get the error view Page For Asp.net alyeng2000 ASP.NET 1.0 and 1.1 Professional 0 March 14th, 2005 01:25 PM
Getting screenshots of client's error page .NET aravwind General .NET 1 July 28th, 2004 08:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.