boxxertrumps
09-17-2006, 09:06 PM
Hello to The More Experinced XML writers, I am Having A problem And i Have No idea whats Wrong......
<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
<title>BoxxerTrumps</title>
<link rel="stylesheet" type="text/css" href="css.css"/>
</head><body><xml id="note" id="xmldso" src="XML junk/info.xml"></xml>
<table><tbody>
<xsl:for-each select="post">
<tr><td>
<div datasrc="#xmldso" datafld="header"></div>
</td><td>
<div datasrc="#xmldso" datafld="date"></div>
</td></tr><tr><td colspan="2">
<div datasrc="#xmldso" datafld="note"></div>
</td></tr><tr><td colspan="2">
<div datasrc="#xmldso" datafld="link"></div>
</td></tr>
</xsl:for-each>
</tbody></table></body></html>
</body></html>
and as for the actual xml ...
<?xml version="1.0" encoding="ISO-8859-1"?>
<post>
<header>Blog XML test</header>
<date>07/17/06</date>
<note>Basic Entry</note>
<link>www.google.ca</link>
</post>
It is being dificult and is refiusing to be displayed....
<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"/>
<title>BoxxerTrumps</title>
<link rel="stylesheet" type="text/css" href="css.css"/>
</head><body><xml id="note" id="xmldso" src="XML junk/info.xml"></xml>
<table><tbody>
<xsl:for-each select="post">
<tr><td>
<div datasrc="#xmldso" datafld="header"></div>
</td><td>
<div datasrc="#xmldso" datafld="date"></div>
</td></tr><tr><td colspan="2">
<div datasrc="#xmldso" datafld="note"></div>
</td></tr><tr><td colspan="2">
<div datasrc="#xmldso" datafld="link"></div>
</td></tr>
</xsl:for-each>
</tbody></table></body></html>
</body></html>
and as for the actual xml ...
<?xml version="1.0" encoding="ISO-8859-1"?>
<post>
<header>Blog XML test</header>
<date>07/17/06</date>
<note>Basic Entry</note>
<link>www.google.ca</link>
</post>
It is being dificult and is refiusing to be displayed....