Hey there,
I'm trying to generate a tagged pdf document, using (docbook, docbook-xsl and Apache fop). Tagged means that there are information about the document structure inside the pdf (accessibility). The generated pdf file only contains paragraphs and no information about any heading. I had a look into the generated fo file and think that this file already lacks these information. The Apache fop documentation tells me that there should be something like role="H1". see https://xmlgraphics.apache.org/fop/2.1/accessibility.html#customTags
I'm not sure if I made something wrong or I have to do something else.
Any hint would be nice!
Thx in advance!