[Bug 272559] textproc/xincluder: Fix processing using JDOM
Date: Tue, 18 Jul 2023 02:07:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272559
Bug ID: 272559
Summary: textproc/xincluder: Fix processing using JDOM
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: saper@saper.info
JDOM could not be used due to mismatch between
the included JDOM beta version and what we have installed.
While here, do not include DOCTYPE statements from
the included documents into the parent.
SAX and DOM processors drop included DOCTYPE statements
and JDOM variant should do that, too.
The code will be rebuilt using Ant from source instead
of dropping jar file referring to the obsolete
methods.
--
You are receiving this mail because:
You are the assignee for the bug.