Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Conformance problem in MSXML
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aung Aung  
View profile  
 More options Aug 1 2001, 4:40 pm
Newsgroups: microsoft.public.xml.msxml-webrelease
From: xmlfeedbac...@microsoft.com (Aung Aung)
Date: Wed, 01 Aug 2001 20:31:11 GMT
Local: Wed, Aug 1 2001 4:31 pm
Subject: Re: Conformance problem in MSXML

Yes, that's the same issue.
IE is using an older parser (for backward app competibility issue, we
cannot change this) for XML, which incorrectly parse character in following
way. It will wrongly accept invalid char less than #x20, and wrongly reject
valid char hight than #x10000.

So, do not use IE mimeViewer to do parsing and Please parser your data
before pusing to IE.

Thanks,
-Aung

--------------------

> Reply-To: "David Carlisle" <dav...@nag.co.uk>
> From: "David Carlisle" <dav...@nag.co.uk>
> References: <#ded#qpFBHA.2056@tkmsftngp05>

<bJLu35uFBHA....@cppssbbsa01.microsoft.com> <ensxouyFBHA.1364@tkmsftngp05>
<v5dQNMVGBHA....@cppssbbsa01.microsoft.com> <eJcZl2YGBHA.436@tkmsftngp05>
> Subject: Re: Conformance problem in MSXML
> Date: Tue, 31 Jul 2001 13:44:28 +0100
> Lines: 55
> Organization: NAG
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2479.0006
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2479.0006
> Message-ID: <eUwwL5bGBHA.1408@tkmsftngp03>
> Newsgroups: microsoft.public.xml.msxml-webrelease
> NNTP-Posting-Host: 62.231.145.253
> Path: cppssbbsa01.microsoft.com!tkmsftngp01!tkmsftngp03
> Xref: cppssbbsa01.microsoft.com

microsoft.public.xml.msxml-webrelease:12854
> X-Tomcat-NG: microsoft.public.xml.msxml-webrelease

> "Julian F. Reschke" <julian.resc...@nospam-greenbytes.de> wrote in message
> news:eJcZl2YGBHA.436@tkmsftngp05...
> > "Aung Aung" <xmlfeedbac...@microsoft.com> wrote in message
> > news:v5dQNMVGBHA.180@cppssbbsa01.microsoft.com...

> > > Yes, IE is using msxml3.dll but that particular character checing was
> not
> > > fixed in IE for backward competibility reason.
> > > So, if you write a simple jscript to parser the xml it will be fine,
but
> > in
> > > IE it will give error.

> > This I think is a major problem.

> > People using the latest IE6 will assume they are using an up-to-date
> version
> > of MSXML. However,

> > a) MSXML3 will accept forbidden characters in createNode(),
> > b) MSXML3 will happily serialize a DOM containing forbidden characters
in
> to
> > a non-wellformed XML files,
> > c) MSXML3, when used within IE6, will happily parse the file.

> > Julian

> Is this related to the (for me very serious) problem that IE6 seems to
> reject plane 1 characters
> even though all versions of MSXML3/4 appear to accept them correctly?
> http://www.dcarlisle.demon.co.uk/mmlxsl/mml.xml
> produces a passable rendering of MathML on IE5.5+MSXML3 but just gives up
> with the
> following in IE6. (I've reported this on the IE6 bug report web form, with
> no response so far)

>   The XML page cannot be displayed
>   Cannot view XML input using XSL style sheet. Please correct the error
and
> then click the Refresh button, or try again later.

--------------------------------------------------------------------------- -
> --

>   Invalid unicode character. Line 603, Position 13

> <mi>&#x1D538;</mi>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.