RE: [xsl] some tags not getting closed in xsl output

Subject: RE: [xsl] some tags not getting closed in xsl output
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Thu, 12 Jul 2001 11:13:13 +0100
Yogesh,
If your output method is HTML (or in some cases the first tag output is
<HTML>)then these tags will not be closed. If you want them closed the set
your output method to XML

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Yogesh
>Sent: 12 July 2001 10:17
>To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>Subject: [xsl] 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
>
>


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


Current Thread