hello,
    why do i get:
 

Error found handling the request.

java.lang.ClassNotFoundException: _home._huberti._work._fp_xml._test6v2

    when i look into repository length of _test6v2.java is 0.
please help,
    hubert.

---
Ausgehende Mail ist zertifiziert virenfrei.
Uberpruft durch AVG Antivirus System (http://www.grisoft.com/de).
Version: 6.0.265 / Virendatenbank: 137 - Erstellungsdatum: 2001-07-18
<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet
	xmlns:xsp="http://www.apach.org/1999/XSP/Core";
	xmlns:test6v2="http://office.ferienwelt.com.pl/DTD/XSP/test6v2";
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
	version="1.0">

	<xsl:template match="xsp:page">
		<xsp:page>
			<xsl:copy>
				<xsl:apply-templates select="@*"/>
			</xsl:copy>
			<xsl:apply-templates/>
		</xsp:page>
	</xsl:template>

	<xsl:template match="test6v2:test">
		<xsp:logic>
			String t6v2_t_str = "zażółć gęślą jaźń";
		</xsp:logic>
		<xsp:element name="test">
			<xsp:expr>t6v2_t_str</xsp:expr>
		</xsp:element>
	</xsl:template>

	<xsl:template match="@*|*|text()|processing-instruction()" priority="-1">
		<xsl:copy><xsl:apply-templates select="@*|*|text()|processing-instruction()"/></xsl:copy>
	</xsl:template>
</xsl:stylesheet>
<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">

	<xsl:template match="/page">
		<xsl:processing-instruction name="cocoon-format">type="text/html"</xsl:processing-instruction>
		<html lang="pl">
			<head>
				<meta http-equiv="Content-Type" content="text/xhtml; charset=iso-8859-2" />
				<meta name="Version" content="{version}"/>
				<title><xsl:value-of select="title"/></title>
				<link ref="stylesheet" href="test5.css" type="text/css" />
			</head>
			<body bgcolor="#FFFFFF" text="#000000">
				<table width="95%" border="0">
					<tr>
						<td height="35" class="title"> 
							<!-- title -->
							<xsl:value-of select="title"/>
						</td>
					</tr>
					<tr>
						<td>
							<xsl:value-of select="test"/>
						</td>
					</tr>
					<tr> 
						<td height="20" class="id"> 
							<xsl:text>version: </xsl:text><xsl:value-of select="version"/><br/>
							<xsl:text>author: </xsl:text><xsl:value-of select="author"/>
						</td>
					</tr>
				</table>
			</body>
		</html>
	</xsl:template>

</xsl:stylesheet>
<?xml version="1.0" encoding="UTF-8"?>

<?xml-logicsheet href="test6v2-logic.xsl"?> 

<?cocoon-process type="xsp"?>

<?cocoon-process type="xslt"?>
<?xml-stylesheet type="text/xsl" href="test6v2.xsl"?>

<xsp:page
	xmlns:test6v2="href://office.ferienwelt.com.pl/DTD/XSP/test6v2"
	xmlns:xsp="href://www.apache.org/1999/XSP/Core">

	<page>
		<title>polskie znaki</title>
		<author>Hubert NEOtyk Iwaniuk</author>
		<version>$Id: test6v2.xml,v 1.2 2001/09/19 13:32:24 huberti Exp $</version>
		<test6v2:test/>
	</page>
</xsp:page>

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to