Richard Heck <[EMAIL PROTECTED]> writes: > So we need an appropriate InsetBibitem::fillWithBibKeys(). So we cut > and paste: > void InsetBibitem::fillWithBibKeys(Buffer const & buf, > std::vector<std::pair<std::string, docstring> > & keys) const > { > string const key = to_utf8(getParam("key")); > docstring const label = getParam("label"); > The problem arises in the next line. Previously, we had a DocIterator > to work with. We don't have one now. But surely we can make one, > right?
What about passing a dociterator to fillWithBibKeys? Everybody will ignore it, except InsetBibitem. JMarc