<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Add a website ontop of another with some code?</title>
	<atom:link href="http://www.cascadiacomic.com/website-add-ins/add-a-website-ontop-of-another-with-some-code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cascadiacomic.com/website-add-ins/add-a-website-ontop-of-another-with-some-code</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 14:15:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: vikas sharma</title>
		<link>http://www.cascadiacomic.com/website-add-ins/add-a-website-ontop-of-another-with-some-code/comment-page-1#comment-1926</link>
		<dc:creator>vikas sharma</dc:creator>
		<pubDate>Tue, 09 Mar 2010 22:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cascadiacomic.com/website-add-ins/add-a-website-ontop-of-another-with-some-code#comment-1926</guid>
		<description>Well this can be done.

If you are using ASP.net, you can use web user controls and make 2 controls and paste these in one page. You can also use master pages.

If you are using servlets, you can use servlet chaining to render different parts of a page. Note XHTML will be an add for easy parsing.

If you are using ASP, you can import one file in another. and the resulting page will contain the code for both.

If you are using XML XSL, you can XSL:FO for a formatted output that uses multiple xml files.

If you are using HTML, you can use frames. Following is the code for frames that can show multiple html files as one page:

&lt;html&gt;
&lt;frameset rows=&quot;25%,50%,25%&quot;&gt;
  &lt;frame src=&quot;header.htm&quot;&gt;
  &lt;frame src=&quot;File1.htm&quot;&gt;
  &lt;frame src=&quot;Footer.htm&quot;&gt;
&lt;/frameset&gt;
&lt;/html&gt;&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Well this can be done.</p>
<p>If you are using ASP.net, you can use web user controls and make 2 controls and paste these in one page. You can also use master pages.</p>
<p>If you are using servlets, you can use servlet chaining to render different parts of a page. Note XHTML will be an add for easy parsing.</p>
<p>If you are using ASP, you can import one file in another. and the resulting page will contain the code for both.</p>
<p>If you are using XML XSL, you can XSL:FO for a formatted output that uses multiple xml files.</p>
<p>If you are using HTML, you can use frames. Following is the code for frames that can show multiple html files as one page:</p>
<p>&lt;html&gt;<br />
&lt;frameset rows=&quot;25%,50%,25%&quot;&gt;<br />
  &lt;frame src=&quot;header.htm&quot;&gt;<br />
  &lt;frame src=&quot;File1.htm&quot;&gt;<br />
  &lt;frame src=&quot;Footer.htm&quot;&gt;<br />
&lt;/frameset&gt;<br />
&lt;/html&gt;<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

