- From: oster tomer <tomero@cs.bgu.ac.il>
- Date: Sun, 04 Jun 2000 17:42:09 +0300
- To: xsl-editors@w3.org
Hi,
I have problem to convert < > & that are in my XML
document to < > & in the HTML,
for example:
my XML file contains
<title>
< form ...... >
</title>
The conversion with XSL does'nt create an HTML document like:
<form ....>
but
< form....>
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