Re: XHTML to PDF with doxia-maven-plugin, ignore some tags
Not sure I understand but if you don't want an anchor, why not just remove it?
Anyway, you can't tell a parser to ignore one tag and not the other.
HTH,
-Lukas
niamande wrote:
> I've got a xhtml with an anchor before a section :
> ..l txt1
> <div class="section">......
> </div>
> How indicate to doxia plugin to ignore this anchor ? I don't want that it
> appears in the generated pdf.
> Thanks !