From owner-freebsd-doc Sun Apr 21 4:13:46 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 58E0E37B400 for ; Sun, 21 Apr 2002 04:13:39 -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 OAA30230; Sun, 21 Apr 2002 14:13:33 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id g3LBDWU61776; Sun, 21 Apr 2002 14:13:32 +0300 (EEST) Date: Sun, 21 Apr 2002 14:13:32 +0300 From: Alexey Zelkin To: Alex Dupre Cc: doc@FreeBSD.org Subject: Re: html in xml Message-ID: <20020421141332.A60648@ark.cris.net> References: <20020420205539.A29136@ark.cris.net> <3CC1B12D.9010201@alexdupre.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3CC1B12D.9010201@alexdupre.com>; from sysadmin@alexdupre.com on Sat, Apr 20, 2002 at 08:19:25PM +0200 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, On Sat, Apr 20, 2002 at 08:19:25PM +0200, Alex Dupre wrote: > Alexey Zelkin wrote: > > How can I process XML to avoid striping hml tags ? Any ideas ? > > I think you should enclose html tags in cdata sections, like this: > > this is a link]]> I tried this one already. But it will generate entitified version: ... this is a <a href="http://www.host.com/">link</a> ... not simple html tags :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message