Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2002 20:55:39 +0300
From:      Alexey Zelkin <phantom@ark.cris.net>
To:        doc@FreeBSD.org, nik@FreeBSD.org
Subject:   html in xml
Message-ID:  <20020420205539.A29136@ark.cris.net>

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

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

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




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