> > -----Original Message----- > > From: Dave Hoover [mailto:[EMAIL PROTECTED]] > > Sent: 26 August 2002 17:12 > > To: Vincent Massol > > Cc: 'Cactus Users List' > > Subject: RE: Newbie Help with viewing XSL in browser > > > > Ahhhh, I got it to work! If I change this line in junit-noframes. > > xsl from this: > > > > <xsl:output method="html" indent="yes" encoding="US-ASCII"/> > > > > to this: > > > > <xsl:output method="html" indent="yes" encoding="UTF-8"/> > > > > It works like a charm. I have no idea why UTF-8 works while US-ASCII > > breaks, so if anyone can shed any light on this, I would be grateful. > > Again, this is using IE6 on WinNT.
Hi, XSLT processors are only required to support utf-8 and utf-16, the rest is processor specific. For example your processor might spupport US-ASCII-7 and others might support US-ASCII best, -Rob > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
