On Tue, Feb 27, 2001 at 01:23:06PM +0100, Lars Gullik Bjønnes wrote:
> Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes:
>
> | On Tue, Feb 27, 2001 at 12:57:23PM +0100, Lars Gullik Bjønnes wrote:
> | > |
> | > | > Lgb
> | > |
> | > | On a related issue, I want to move the function that is in
> | > | src/insets/includeinset.C,
> | >
> | > What do you need it for again? Is it for a temporary unique filename?
> | > In what domain, file, dir, session?
> |
> | Everytime that I export, I associate this file tag with the file name,
>
> For referencing/labeling?
Yes. Look to the following example:
----------------------------------------- ** --------------------------------
<!doctype book public "-//OASIS//DTD DocBook V3.1//EN"
[
<!ENTITY file1001 SYSTEM "dir1/db-chapter.sgml">
<!ENTITY file1005 SYSTEM "dir2/db-chapter.sgml">
]>
<book lang="pt">
<!-- DocBook file was created by LyX 1.2
See http://www.lyx.org/ for more information -->
<bookinfo>
<title>
Test for inclusion
</title>
<date>
27 Feb 2001
</date>
</bookinfo>
<chapter>
<title>
Intro
</title>
<para>
Sempre a abrir.
</para>
</chapter>
&file1001; <!-- included file 1 -->
&file1005; <!-- included file 2 -->
</book>
------------------------------------------ ** -------------------------------
The function that we are talking gives the filexxxx that is related with
file location thorugh a map.
> | Then at master level I compare the name of the file with the name of the
> | master document, always outputing a relative path.
>
> ??
>
> What has this do to with the unique id?
Each file as a unique id, from this function...
> Lgb
--
José