discuss-gnustep
[Top][All Lists]
Advanced

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

[Q] <STYLE> tag in GSWeb Application Problem


From: Sungjin Chun
Subject: [Q] <STYLE> tag in GSWeb Application Problem
Date: Sat, 25 Nov 2000 03:18:35 +0900

Hello, I'm Sungjin Chun

I cannot add <STYLE> tag in my component without crash.
If I add;

<HTML>
<HEAD>
<TITLE>Some Title</TITLE>
<STYLE>
A:link { color: #FF0000 }
</STYLE>
</HEAD>

then, my application dies.
When I performed backtrace using gdb I got error in GSXMLNode's 
- (NSString*) name method.

Can anyone help me?




reply via email to

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