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]

RE: some tags not getting closed in xsl output


HI,
I am using <html>all remaining stuff.</html>
Here I am not getting input br img closed but select is getting closed.I
tried with output method="xml" also.
Please advice
-yogesh

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Chris Bayes
Sent: Thursday, July 12, 2001 3:43 PM
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] some tags not getting closed in xsl output


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@lists.mulberrytech.com
>[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Yogesh
>Sent: 12 July 2001 10:17
>To: xsl-list@lists.mulberrytech.com
>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


 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]