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: Saxon and MSXML3 differences


> I've encountered unexpected output with both
> Instant Saxon and MSXML3.  Do you think it is
> the ™ entity, defined in my DTD?
>
This isn't the output I get with Saxon: my output definitely has the word
"ALDARA" in it. Which version are you using? You could be suffering the
"disappearing output" problem which happens (or used to happen) with some
versions of the Microsoft Java VM: use Tools/ Windows Update in IE5 if you
suspect this.

I don't think there's anything wrong with the ™ entity, or with the
MSXML3 output: the only problem is that you've looked at the output file
with an editor or viewer that can't read UTF-8. See what happens with
 <xsl:output encoding="iso-8859-1"/>

Mike Kay

> 
> Saxon: 
> 
> 	Begin:
>    | &nbsp;
> 
> 	:End
> 
> MSXML3:
> 
> Begin: ALDARA |   :End 
>  


 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]