Im currently generating a document with a TOC. With the latest release for mac it renders correctly with good page numbers, unless I use column-span: all; in the CSS.
My "technician" tells me the relevant parts of the CSS/XML is:
Links use "<a href="#Lxxxx:xxx">Lagnamn</a>"
Sections use "<section id="Lxxxx:xxx">"
"ul.toc > li > a:after { content: leader('.') target-counter(attr(href), page); }"
"ul.toc > li > a { prince-link: attr(href); }"
I could send the XML/CSS I'm using, but since it's rather large (Almost 10 megabyte) it's rather unwieldy. The strange part is that not every link is incorrect but some are.
My "technician" tells me the relevant parts of the CSS/XML is:
Links use "<a href="#Lxxxx:xxx">Lagnamn</a>"
Sections use "<section id="Lxxxx:xxx">"
"ul.toc > li > a:after { content: leader('.') target-counter(attr(href), page); }"
"ul.toc > li > a { prince-link: attr(href); }"
I could send the XML/CSS I'm using, but since it's rather large (Almost 10 megabyte) it's rather unwieldy. The strange part is that not every link is incorrect but some are.