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: Special characters turn out as garbage in xslt->html conversi on


> > Don't worry about the HTML, so long as it works in your browser!
> > 
> 
> Well, that's the problem, right? It doesn't work. That is, 
> when the href is "#%C3%81" and there isn't a matching name-tag, it's a
dead 
> link. 

You're right, if the "href" attribute is escaped and the "name" attribute
isn't, the results won't match up (in IE5). I'll change Saxon to escape
both, as implied by the second note of Section B.2.1 in the HTML spec. If I
do this, they match up correctly.

Mike Kay


 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]