maintainer-feedback requested: [Bug 292893] textproc/libxml2
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292893] textproc/libxml2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Feb 2026 23:56:17 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team)
<desktop@FreeBSD.org> for maintainer-feedback:
Bug 292893: textproc/libxml2
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292893
--- Description ---
document http scheme seems to be broken since update to 2.15.1
I have this line in my xsl stylesheet:
<xsl:copy-of select="document('http://localhost/page/')"/>
Since update to 2.15.1 my log is full of erros:
I/O warning : failed to load "http://localhost/page/": No such file or
directory
reverting back to 2.14.6 solves the issue