This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

some tags not getting closed in xsl output


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]