RE: checked feature of HTML in XML/XSL? Is it possible?

Subject: RE: checked feature of HTML in XML/XSL? Is it possible?
From: Joshua Allen <joshuaa@xxxxxxxxxxxxx>
Date: Sat, 22 Jul 2000 12:43:55 -0700
Sure it does -- I just ran the transform and got the input
Mike specified when using <xsl:output method="html">, I
got the smae with MSXML and Saxon.  Check out
http://www.netcrucible.com/xslt/msxml-faq.htm.  There
is a pointer there to a tool you can use to compare output
of 6 different processors side-by-side to verify compliance.


> -----Original Message-----
> From: Rohit Peyyeti [mailto:rohit@xxxxxxxxxxxxxxxxx]
> Sent: Friday, July 21, 2000 8:49 PM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: checked feature of HTML in XML/XSL? Is it possible?
> 
> 
> I guess IE5 does not support "<xsl:output method="html"/>"
> 
> ...Rohit
> 
> ----- Original Message -----
> From: Kay Michael <Michael.Kay@xxxxxxx>
> To: <xsl-list@xxxxxxxxxxxxxxxx>
> Sent: Thursday, July 20, 2000 7:45 PM
> Subject: RE: checked feature of HTML in XML/XSL? Is it possible?
> 
> 
> > > I want to implement 'checked' feature of HTML <input> tag 
> in XML/XSL.
> >
> > If you output <input checked="checked"/> using <xsl:output
> method="html"/>,
> > the result should be <input checked>.
> >
> > This is XSLT 1.0: no idea what the original Microsoft IE5 does.
> >
> > Mike Kay
> >
> >
> >  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


Current Thread