discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Q] GSWComponentContent Problem


From: Sungjin Chun
Subject: [Q] GSWComponentContent Problem
Date: Wed, 29 Nov 2000 03:43:12 +0900

Hi.

I've tried GSWComponentContent and found a problem; when it
makes html page like this template;

<gsweb name = "templateWrapperElement">
    <p>Hello, world!</p>
</gsweb>

and is the same example in WebObject DynamicElements reference
document. This should emit;

<html>
<head>...</head>

<body><p>Hello, world!</p></body>
</html>

but it add one more <html><body> so,

<html><body>
<html>
<head>...</head>

<body>...</body>
</html>
</body></html>

How can I fix this?

Thanks in advance.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]