On Fri, Mar 16, 2012 at 02:52:28PM +0100, Julien Hardelin wrote:
> A.simple example to test is attached (please save your gimp.xml
> before installing).
> 
> When I create a link to a new file (which has the ID), I get the error :
> /IDREF attribute linkend references an unknown ID/
> 
> I tried and tried again in multiple ways and I have always this error.
> 
> >Did you really include this new file somewhere?

Your "gimp.xml" includes "test-id.xml", but not "test-identif.xml",
so your resulting document contains
    <link linkend="test-identif">Teste ID</link>
but *not*
    <sect1 id="test-identif">
and you are indeed referencing an unknown id.

Ulf


PS: You should always start a new thread for every new topic.

-- 
Wer beleidigt, braucht nicht unrecht haben; es gibt Köpfe, denen
man erst Verstand liefern müßte, um sie überzeugen zu können.
                -- Karlheinz Deschner
_______________________________________________
gimp-docs-list mailing list
gimp-docs-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-docs-list

Reply via email to