I think it's not uncommon to have multiple paragraphs in a footnote, so I decided to put them into a <div> element. I know that it isn't OK from a spec perspective to put <div> inside <p> but since the <div> is floated into the footnote area I thought that I could "misuse" it that way without influencing the rendering of the surrounding <p>.
If I now render the document with -i html and -i xml I get different results. -i xml produces what I actually want, but what can I do if -i xml can't be used?
I'm not sure if this is a bug, but I always thought that -i only has an influence on how PrinceXML parses the document, not how it renders it?
If I now render the document with -i html and -i xml I get different results. -i xml produces what I actually want, but what can I do if -i xml can't be used?
I'm not sure if this is a bug, but I always thought that -i only has an influence on how PrinceXML parses the document, not how it renders it?