xslTNG icon indicating copy to clipboard operation
xslTNG copied to clipboard

DocBook xslTNG Stylesheets

Results 65 xslTNG issues
Sort by recently updated
recently updated
newest added

copy instructions for media files can be created on request be the stylesheets. Works on with "chunked output", because otherwise they don't know the destination (root of HTML output). When...

In file [src/guide/xml/ref-functions.xml](https://github.com/docbook/xslTNG/blob/a4fea04d1d2e179267d935fe0181612d0b9ce9ad/src/guide/xml/ref-functions.xml#L2272), the reference entry for `validate-with-relax-ng` says its purpose is: > Returns the current working directory. So does the [reference manual](https://xsltng.docbook.org/guide/2.2.0/ext_validate-with-relax-ng). But the fuller description says it performs...

The persistent TOC icon is not visible in the chunked output. The reason is this commit: d26e26b32d2061f53c8669f4ebd580b023d5fdbd, which bumped the z-index of `nav.top` to 100. Unfortunately, the styling of the...

Hi Norm, up to now i used the Antenna House Formatter for rendering HTML paged media (created with `print.xsl` instead of `docbook.xsl`) without problems. But i am sure that many...

Should the .fo transformations be ported from xslt 1.0 to this, or is this xslt set intentionally purely focused on HTML output?

Hint in Chapter 4: transform-original operates on source file without XInclude (unless you use XERCES with the `-x` switch for saxon).

Section 5.7 discusses the pre- and postprocessing pipelines. There should be a hint, that `$transform-original` is usually a bad choice for modular DocBook, because no XInclude processing has taken place...

Adds an inherited `html/@lang` attribute for chunks. See Issue #486. I am not sure where it should be placed: `html/@lang` or `main/@lang` or `article/@lang` or ...? I decided to do...

When you make your browser window broad enough so that you can see a chapter table of contents on the right, it becomes impossible to click the right arrow in...