I have some problem with the following HTML
http://www.immanuel.de/tmp1/index.html
and the following CSS
http://www.immanuel.de/tmp1/styles.css
Result PDF:
http://www.immanuel.de/tmp1/handbuch.pdf
The HTML contains a nested DIV structure where each level of the document
has a CSS l0, l1, l2....
I am using related counter c1, c2, c3...for the depth of the chapters, sections, subsections ..
There is one rule to reset the 'c2' counter for the rule '.l1 .folder-metadata'.
As result I would expect that the PDF bookmark for chapter 2 would look like
2 Patient
2.1 Aufnahme
2.2 Diagnostik
...
but instead we see
2 Patient
2.5 Aufnahme
2.6 Diagnostik
....
I don't get the point why the 'c2' is not being reseted within the .l1
rule?!
Using PrinceXML 7.0b1 here.
http://www.immanuel.de/tmp1/index.html
and the following CSS
http://www.immanuel.de/tmp1/styles.css
Result PDF:
http://www.immanuel.de/tmp1/handbuch.pdf
The HTML contains a nested DIV structure where each level of the document
has a CSS l0, l1, l2....
I am using related counter c1, c2, c3...for the depth of the chapters, sections, subsections ..
There is one rule to reset the 'c2' counter for the rule '.l1 .folder-metadata'.
As result I would expect that the PDF bookmark for chapter 2 would look like
2 Patient
2.1 Aufnahme
2.2 Diagnostik
...
but instead we see
2 Patient
2.5 Aufnahme
2.6 Diagnostik
....
I don't get the point why the 'c2' is not being reseted within the .l1
rule?!
Using PrinceXML 7.0b1 here.