Improve indexing.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11998 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-01-05 09:54:28 +00:00
parent 589424ab9d
commit 70688d1483
4 changed files with 14 additions and 4 deletions

View file

@ -1266,6 +1266,11 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
NSLog(@"Element 'embed' not supported");
return [node next];
}
else if ([n isEqual: @"index"] == YES)
{
[self outputNode: node to: buf];
return [node next];
}
else if ([textNodes member: n] != nil)
{
[buf appendString: indent];