« Return to Thread: XHTML to PDF with doxia-maven-plugin, ignore some tags

Re: XHTML to PDF with doxia-maven-plugin, ignore some tags

by niamande :: Rate this Message:

Reply to Author | View in Thread

I can't remove the anchor because my xhtml is generated from an existing html (used by others applications, so i can't modify it).
Thanks for your response, i'll developped my own tool to remove specifics xhtml tags.


Lukas Theussl-3 wrote:
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 !

 « Return to Thread: XHTML to PDF with doxia-maven-plugin, ignore some tags