Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 794

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="image-library-filename">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename image-library-filename.html>

<RefMeta>
  <RefEntryTitle>image-library-filename</RefEntryTitle>
  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>image-library-filename</RefName>
  <RefPurpose>Name of the image library database</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
image-library-filename
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
If <literal>image-library</literal> is true, then the database is loaded from
<literal>image-library-filename</literal>.  It's a current limitation that only a
single database can be loaded.
</para>
<para>
The image library database is stored in a separate directory
because it must be parsed with the XML declaration.  The only
practical way to accomplish this with Jade, if you are processing a
document that uses another declaration, is by having a catalog
file in the directory that contains the image library that
specifies the SGMLDECL.  (So if it was in the same directory
as your document, your document would also be parsed with the
XML declaration, which may not be correct.)</para>


</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define image-library-filename
  ;; Name of the image library database
  "imagelib/imagelib.xml")
</ProgramListing>
</RefSect1>

</RefEntry>