[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 5 Questions about openjade/DSSSL-stylesheets
Hello,
I've just used the openjade/DSSSl-stylesheets combination for the first
time and I have some questions:
1) Running openjade I get the following error message:
openjade:E: cannot open "/usr/local/share/builtins.dsl" (No such file or
directory)
But looking at the catalog file variable
$ echo $SGML_CATALOG_FILES
/KM/usr/ziegler/DocBook/DocBookXML4.2/docbook.cat:/KM/usr/ziegler/DocBook/docbook-dsssl-1.78/catalog:/KM/usr/ziegler/openjade-1.3.2/dsssl/catalog
I see that the last part references "dsssl/catalog" which contains
$ cat /KM/usr/ziegler/openjade-1.3.2/dsssl/catalog
...
SYSTEM "builtins.dsl" "builtins.dsl"
So why is "builtins.dsl" not found?
2) I also get the error message
openjade:/KM/usr/ziegler/DocBook/docbook-dsssl-1.78/print/../common/../common/dbl1no.dsl:2:66:W:
cannot generate system identifier for public text "ISO
8879:1986//ENTITIES Added Latin 1//EN"
openjade:/KM/usr/ziegler/DocBook/docbook-dsssl-1.78/print/../common/../common/dbl1no.dsl:3:5:E:
reference to entity "lat1" for which no system identifier could
be generated
Again, looking at the catalog file variable, I see that "docbook.cat" is
included which has an entry saying
PUBLIC "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
"ent/iso-lat1.ent"
So why this error message?
3) My document includes program source codes in the following way:
<programlisting>
<textobject>
<textdata fileref="Code/Testfile.C"/>
</textobject>
</programlisting>
Do the DSSSL-stylesheets *not* support this mechanism? The listings do
not appear in the rtf-output!
4) My document includes figures like this (I was using the
XSLT-stylesheets before):
<figure id="fig.ArrayOfChar">
<mediaobject>
<imageobject role="html">
<imagedata align="center" format="PNG"
fileref="Pictures/ArrayOfChar.png"/>
</imageobject>
<imageobject role="fo">
<imagedata align="center" format="PDF"
fileref="Pictures/ArrayOfChar.pdf"/>
</imageobject>
</mediaobject>
</figure>
What's the corresponding markup for the DSSSL-stylesheets so that the
pictures are found? What file formats can I use?
5) Do I need a special version of TeX for the tex-output to be
translated into dvi?
Thank you very much in advance,
Joachim
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]