From owner-freebsd-doc Sat Apr 20 10:55:49 2002 Delivered-To: freebsd-doc@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 2EEF337B41A; Sat, 20 Apr 2002 10:55:43 -0700 (PDT) Received: from ark.cris.net (root@ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id UAA20801; Sat, 20 Apr 2002 20:55:39 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id g3KHtdl29404; Sat, 20 Apr 2002 20:55:39 +0300 (EEST) Date: Sat, 20 Apr 2002 20:55:39 +0300 From: Alexey Zelkin To: doc@FreeBSD.org, nik@FreeBSD.org Subject: html in xml Message-ID: <20020420205539.A29136@ark.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, I am trying to convert our commercial stuff to XML/XSL, but I have stuck into following situation: We have a descirptions which contains html code, f.e. ... this is a link ... and xsltproc is converting it to simple text, f.e. ... this is a link ... How can I process XML to avoid striping hml tags ? Any ideas ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message