Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2002 20:19:25 +0200
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        Alexey Zelkin <phantom@ark.cris.net>
Cc:        doc@FreeBSD.org
Subject:   Re: html in xml
Message-ID:  <3CC1B12D.9010201@alexdupre.com>
References:  <20020420205539.A29136@ark.cris.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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:

<descr>this is a <![CDATA[<a href="http://www.host.com/">link</a>]]></descr>;

				Alex Dupre


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CC1B12D.9010201>