I agree. This problem can be fixed with CSS. To control the formatting
of that particular tag, you could either use
li p {blah} in your CSS, or to style only that p without affecting any
other li p's, you can assign a class to that p tag by using . Then in your CSS file you set li p.blah{} to
Yep:
http://docbook.sourceforge.net/release/xsl/current/doc/fo/ulink.show.htm
l
http://www.sagehill.net/docbookxsl/Ulinks.html
However, keep in mind that if the pdf is printed out, users of the
printed version will not have access to the URLs (or possibly even know
that they were hyperlinks).
Generating text to PDF via Saxon6.5.5 with oXygen 10 the URIs show up in the
text.
Please let me know if there is an attribute to enter so that they don't show
inline in a PDF.
Or must an xsl be customized to print them to notes.
HTML generates great, but the PDF looks messy!
Hi,
Looking at the output messages, it appears that you have an article whose id attribute
value is "index". When you set the stylesheet parameter 'use.id.as.filename' to 1,
then that id is used for the filename. That's where the first index.html comes from.
The second index.html is the defa
In general, suppressing in listitem output would be a problem because a listitem
can contain any number of para or block elements, and they need some HTML elements
like to separate them.
However, in the case of a single para in a listitem, you can suppress the tags
with the following custom
I tried, and I just untag the since there is only one book. So,
the is root now, and 'toc.max.depth' cannot get rid of the root
element's toc.
On Thu, May 13, 2010 at 11:26 PM, Carlos Araya wrote:
> Did you try setting toc.max.depth to 0?
> That should help you get rid of the book toc at least,
Thanks, "root.filename" setting is helpful, the index.html will not be
overwrited, but, as you said, it seems cannot be suppressed easily.
On Thu, May 13, 2010 at 11:25 PM, David Cramer wrote:
> You might try setting root.filename to something other than index:
> http://docbook.sourceforge.net/re
On 5/13/10, Tao Wang wrote:
>
> I'm using docbook 4.5 xhtml stylesheet xsl to generate html files. I
> want to have a list of links, which should be:
>
> ---
> ...
> ...
> ...
> ---
>
> So, I use
>
> ...
> ...
> ...
>
>
> Howe
You might consider using a simplelist instead:
my anchor text
It does not generate a ul, but does not require the para elements. If you want
a symbol preceding the elements in the list, you have to provide it, something
like:
• mailto:dancef...@gmail.com]
Sent: Thursday, May 13
Did you try setting toc.max.depth to 0?
That should help you get rid of the book toc at least, don't know if it'll
work with sets
On Wed, May 12, 2010 at 23:34, Tao Wang wrote:
> I tried set 'nop' for my root element and others, and it doesn't stop
> generating 'index.html'.
>
> I set the param
You might try setting root.filename to something other than index:
http://docbook.sourceforge.net/release/xsl/current/doc/html/root.filenam
e.html
I believe that controls the file name of the generated toc file. This
still isn't exactly what you want, which is no toc file and no "prev"
link in th
11 matches
Mail list logo