XML transformation to HTML with XSL

Hi,
I have problem to convert   <  >  &  that are in my XML
document to   <    >   &    in the HTML,
for example:
my XML file contains

<title>
    &lt; form ......    &gt;
</title>

The conversion with XSL does'nt create an HTML document like:
<form ....>
but
&lt; form....&gt;

I alraedy tried to define the line:
<xsl:output method="text">
but the problem here is that the rest of the document destroied.
Thanks in advance
Tomer Oster.
(tomero@cs.bgu.ac.il)

Received on Sunday, 4 June 2000 10:42:00 UTC