discuss-gnustep
[Top][All Lists]
Advanced

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

Re: gsdoc problem


From: Adam Fedor
Subject: Re: gsdoc problem
Date: Tue, 14 Aug 2001 14:43:46 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.2) Gecko/20010630

Pierre-Yves Rivaille wrote:

I am trying to run gsdoc on .gsdoc files and I got the following error :

pyrivail:~/gnustep/gnustep/core/base/Documentation/gsdoc$ gsdoc
NSDate.gsdoc Aug 13 17:41:18 gsdoc[15191] head missing from document
Aug 13 17:41:18 gsdoc[15191] Pass 1/2 File 1/1 - Error parsing NSDate.gsdoc

where NSDate.gsdoc is from the base documentation.
(Everything is from CVS.)

What am I doing wrong ?


I'm getting that problem also. Perhaps it is from a new libxml version, Do you know what libxml version you have?

It appears that gsdoc is checking the wrong node when parsing the head, but I don't know enough about xml yet to know why.

Currently it's checking (gsdoc.m:1616)

doc->children->next->children

when the head is really at

doc->children->next->children->next




reply via email to

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