<?xml version="1.0" encoding="ISO-8859-1"?>
<feedsplitContext>
<!-- $Id: jstable.xml,v 1.2 2003/01/28 20:46:40 csnyder Exp $
	rdf -> html table as javascript template
	for use with feedsplitter.php
	-->
<preprocess>
	// php code to be set up custom variables for rendering
	if ($cachemtime) {
		$updated= date("r",$cachemtime);
		}
	else {
		$updated= date("r");
		}
</preprocess>

<postprocess>
	// php code to be run after all renders are done
	$output= "";

	// split output into array of lines
	$outputarray= explode("\n", $channelRender);
	foreach ($outputarray AS $key=>$line) {
		$line= addslashes($line);
		$output.= "document.writeln(\"".$line."\");";
		}
</postprocess>

<channel>
		$itemsRender
		$textinputRender
</channel>

<image>
	<td  /></a></td>
	<td width="1">&nbsp;</td>
</image>

<item>
	<tr>
		<td >
					<script>brcount=brcount+1;if(brcount != 1){document.writeln("<br />");}</script><a href="$item[LINK]" target="$target">$item[TITLE]</a><br />
	$descriptionRender
		</td>
	</tr>
</item>

<description>
			<tr>
				<td >&nbsp;</td>
				<td >$item[DESCRIPTION]<br /></td>
			</tr>
</description>

<textinput>
	<tr>
	<td >
		<br />
		<form action="$textinput[LINK]" target="$target" method="get">
		<div >$textinput[TITLE]</div>
		$textinput[DESCRIPTION]<br />
		&nbsp;
		<input  />&nbsp;
		<input  />
		</form>
	</td>
	</tr>
</textinput>


<!-- $Id: jstable.xml,v 1.2 2003/01/28 20:46:40 csnyder Exp $ -->
</feedsplitContext>
