From owner-freebsd-ports Tue Sep 24 3:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE0237B401 for ; Tue, 24 Sep 2002 03:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D538443E77 for ; Tue, 24 Sep 2002 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OAe2Co006811 for ; Tue, 24 Sep 2002 03:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OAe2NH006810; Tue, 24 Sep 2002 03:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6009F37B401 for ; Tue, 24 Sep 2002 03:37:23 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CEF143E42 for ; Tue, 24 Sep 2002 03:37:23 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OAbM7R029631 for ; Tue, 24 Sep 2002 03:37:22 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g8OAbMV3029630; Tue, 24 Sep 2002 03:37:22 -0700 (PDT) Message-Id: <200209241037.g8OAbMV3029630@www.freebsd.org> Date: Tue, 24 Sep 2002 03:37:22 -0700 (PDT) From: Iouri Ivliev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/43325: disable-output-escaping attribte of xsl:value-of element doesn't work properly for html output method Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43325 >Category: ports >Synopsis: disable-output-escaping attribte of xsl:value-of element doesn't work properly for html output method >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 24 03:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Iouri Ivliev >Release: 4.6.2-RELEASE >Organization: EsterDev >Environment: FreeBSD shelob.anysoft.ru 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 31 01:22:39 MSD 2002 root@shelob.anysoft.ru:/usr/obj/usr/src/sys/SHELOB i386 >Description: ports installed: libxml2-nopython-2.4.24 Xml parser library for GNOME libxslt-nopython-1.0.20 The XSLT C library for GNOME when use xsltproc utility to generate html output from xml document containing <, >, &nbsp; &copy; or some else element values using xsl:value-of element with disable-output-escaping="yes" result contains escaped values insted nonescaped. >How-To-Repeat: Script: cat >test.xml < < XML cat >test.xsl < < < XSL xsltproc test.xml Output: <<<< Should be: <<<< >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message