Re: TEI/TEI lite support

Dave Malcolm <[email protected]> 07 Feb 2004 14:34:44 +0000
Newsgroups gmane.editors.conglomerate.general
Message-ID <1076164483.5308.124.camel@shirehorse1>
On Sat, 2004-02-07 at 09:15, Roberto Rosselli Del Turco wrote:
> Il gio, 2004-02-05 alle 00:36, Dave Malcolm ha scritto:
> > 
> > I'm having a few problems with the DTD; does this work for you?
> 
> I don't have teixlite documents that I produced, so I tried with what I
> found lying on my hd. First I tried to load the teixlite doc itself, and
> Conglomerate failed with these errors (each message was repeated several
> times):
> 
> ** (conglomerate:3660): WARNING **: unable to convert attribute end
> index 2
> 
> ** (conglomerate:3660): WARNING **: unable to convert attribute end
> index 3
> 
> ** (conglomerate:3660): WARNING **: unable to convert attribute end
> index 4
> 
> ** (conglomerate:3660): WARNING **: unable to convert attribute end
> index 619
>  
> ** (conglomerate:3660): WARNING **: unable to convert attribute end
> index 224

I see the above warnings quite a lot; I believe it's an off-by-one error
somewhere in the code which normalizes whitespace.  Doesn't seem to
cause problems, and I hope to track it down at some point.
> 
> ** (conglomerate:3660): CRITICAL **: file cong-text-cache.c: line 168
> (cong_text_cache_set_input_attributes): assertion `attr_list' failed

Does this happen on loading the file, or when editing it? (I believe
this function only gets called when highlighting text)  

Is it fatal?  Please post a stack trace if possible.

> 
> Then I tried with another file, and this one was loaded successfully,
> even if the CRITICAL error was output once. Is this of help?
> 
> BTW, still haven't recompiled conge with the tei lite dispspec, so can't
> check how well it works yet. Will do asap.
> 
> Ciao