Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: Not loading XML to HTML page

From: "Michael Kay" <mike@--------.--->
To: "'Tomcat User6'" <SPATEL@-------.--->, <xmlschema-dev@--.--->
Date: 7/28/2008 12:33:00 AM
 
I'm afraid your question has nothing to do with XML Schema, so you are
asking in the wrong place.

Rather than writing a server-side JSP script that generates HTML which
contains client side Javascript to fetch the XML from the server, why not do
all the work on the server, using XSLT for example?

Michael Kay
http://www.saxonica.com/
 


> -----Original Message-----
> From: xmlschema-dev-request@w... 
> [mailto:xmlschema-dev-request@w...] On Behalf Of Tomcat User6
> Sent: 25 July 2008 22:51
> To: xmlschema-dev@w...
> Subject: Not loading XML to HTML page
> 
> 
> I have a XML page which i needs to load at HTML.
> 
> XML looks like this....
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <page>
> 	<head>
> 		<title><![CDATA[My Dishwasher]]></title>
> 		<meta name="keywords" content="GenericKindR, 
> Fully, Integrated, Console, "
> />
> 		<meta name="description" content="GenericKindR 
> cleans up all the competition." />
> 	</head>
> 	<body>
> 		<h1 id="header1"><![CDATA[6 Cycle | 23 7/8 in. 
> Width | Fully Integrated Console | Standard-Depth | Flat, 
> Smooth Doors | GeneritectR Series II | KSdishwasher1764548]]></h1>
> 		
> 		<p id="prodDescript"><![CDATA[This is some 
> generic GenericKindR Fully Integrated Console Dishwasher 
> product description copy. We are using the product name and 
> SKU as a search keyword to maximize search results. This 
> product will knock your socks off with its cleaning power. 
> GenericKindR GeneritectR Series Fully Integrated Console 
> Dishwasher cleans all the competition.]]></p>
> 		<p id="prodDescrBullets"> 
> 			<ul>
> 				<li><![CDATA[. GenericKindR 
> GeneritectR KSdishwasher1764548 Dishwasher Bullet Point 1]]></li>
> 				<li><![CDATA[. GenericKindR 
> GeneritectR KSdishwasher1764548 Dishwasher Bullet Point 2]]></li>
> 			</ul>
> 		</p>
> 		<p id="SKU">KSfridge1764547</p>
> 		<p id="price">$1999.00</p>
> 				<menu>
> 			<button> 
> data/standmixers/KSstandmixer1764549 Standmixers </button>
> 			<button> 
> data/refrigerators/KSfridge1764547 Refrigerators </button>
> 			<button> data/home/GKHome.xml Home </button>
> 		</menu>
> 		<pageType>TIER_ONE</pageType>
> 	</body>
> </page>
> 
> 
> 
> I written a java script to write all this code into html. But 
> don't know, wht is happening.
> 
> I AM TOTALLY NEW TO THIS.
> 
> Here is my script...
> 
> <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
>     pageEncoding="ISO-8859-1"%>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <script type="text/javascript">
> var xmlhttp;
> 
> function loadXMLDoc(url)
> {
> xmlhttp=null;
> if (window.XMLHttpRequest)
>   {// code for IE7, Firefox, Mozilla, etc.
>   xmlhttp=new XMLHttpRequest();
>   }
> else if (window.ActiveXObject)
>   {// code for IE5, IE6
>   xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
>   }
> if (xmlhttp!=null)
>   {
>   xmlhttp.onreadystatechange=onResponse;
>   xmlhttp.open("GET",url,true);
>   xmlhttp.send(null);
>   }
> else
>   {
>   alert("Your browser does not support XMLHTTP.");
>   }
> }
> 
> function onResponse()
> {
> if(xmlhttp.readyState!=4) return;
> if(xmlhttp.status! 0)
>   {
>   alert("Problem retrieving XML data");
>   return;
>   }
> }
> 
> </script>
> </head>
> 
> <body>
> <div id="copy">
> <button onclick="loadXMLDoc('catalog.xml')">Get  
> info</button> </div> </body> </html>
> 
> 
> But don't know how to get data for page,head,title,body,h1,p, 
> header,meta etc...
> 
> Please help me out with this.
> 
> Thank You,,
> 
> 
> 
> --
> View this message in context: 
> http://www.nabble.com/Not-loading-XML-to-HTML-page-tp18660178p
> 18660178.html
> Sent from the w3.org - xmlschema-dev mailing list archive at 
> Nabble.com.
> 
> 
> 


From christoph.naber@d... Thu Jul 31 12:34:39 2008
Received: from farnsworth.w3.org ([128.30.52.43] helo=wiggum.w3.org)
	by frink.w3.org with esmtp (Exim 4.63)
	(envelope-from <christ


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent