[xsl] some tags not getting closed in xsl output

Subject: [xsl] some tags not getting closed in xsl output
From: "Yogesh" <yogeshd@xxxxxxxxxx>
Date: Thu, 12 Jul 2001 14:46:40 +0530
Hi All,
In my XSLT I am writing code like this:
<input type="text" name="usr"></input>

But when I see its HTML output I am seeing:
<input name="usr" type="text">
This happens for input,img,br, etc tags.But at the same time I am getting
select tag properly closed.
Is there something which i a mmissing.I am using xalan java sax parser.
Thanx in advance,
Yogesh.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread