List Info

Thread: Can't open xml document in IE 6.0




Can't open xml document in IE 6.0
user name
2006-06-15 11:05:33
Hi,

I have declared the following to support MathML in my xml
document.

<?xml version="1.0"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook
V4.5CR2//EN" 
"Y:\Software\docbook\docbookx.dtd" [
<!ENTITY % MATHML.prefixed "INCLUDE">
<!ENTITY % MATHML.prefix "mml">
<!ENTITY % equation.content "(alt?,
(graphic+|mediaobject+|mml:math))">
<!ENTITY % inlineequation.content "(alt?, 
(graphic+|inlinemediaobject+|mml:math))">
<!ENTITY % mathml PUBLIC "-//W3C//DTD MathML
2.0//EN" 
"Y:\Software\docbook\mathml2.dtd">
%mathml;
] >

But I can't open my xml document in Internet Explorer 6.0,
it shows the 
following error:

"Reference to undeclared namespace prefix: 'mml'.
Error processing resource 
'file:///C:/sundar/test/sample.xml'. Line 15, P...

<equation id="ch001eq01" 
label="1.1"><mml:math><mml:semantics
><mml:mrow><mml:msub><mml:mi m..."

Could any one help me out o solve the above one. Herewith I
have attached my 
sample xml file

-Sunder Raajan

____________________________________________________________
_____
Best IT jobs on naukri.com 
http://www.naukri.com/tieups/tieups.php?othersrcp=3246
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
For additional commands, e-mail: docbook-helplists.oasis-open.org
Can't open xml document in IE 6.0
user name
2006-06-15 11:55:01
Why are you serving raw DocBook XML to Internet Explorer?
Also, why
are you serving MathML to Internet Explorer? If we know what
you are
trying to do, we might be able to suggest what to do. Also,
if you are
intending to distribute the raw XML, it is unlikely that
"Y:\Software\docbook\mathml2.dtd" will be a
good DocBook DTD system
URL for your audience. I recommend dropping DTDs and their
associated
markup altogether if you have an editor, a validator, and a
processor
that collectively support Relax NG.

On 6/15/06, Sundaraj Arumugam <sundaraj_ahotmail.com> wrote:
> Hi,
>
> I have declared the following to support MathML in my
xml document.
>
> <?xml version="1.0"?>
> <!DOCTYPE chapter PUBLIC "-//OASIS//DTD
DocBook V4.5CR2//EN"
> "Y:\Software\docbook\docbookx.dtd" [
> <!ENTITY % MATHML.prefixed "INCLUDE">
> <!ENTITY % MATHML.prefix "mml">
> <!ENTITY % equation.content "(alt?,
(graphic+|mediaobject+|mml:math))">
> <!ENTITY % inlineequation.content "(alt?,
> (graphic+|inlinemediaobject+|mml:math))">
> <!ENTITY % mathml PUBLIC "-//W3C//DTD MathML
2.0//EN"
> "Y:\Software\docbook\mathml2.dtd">
> %mathml;
> ] >
>
> But I can't open my xml document in Internet Explorer
6.0, it shows the
> following error:
>
> "Reference to undeclared namespace prefix:
'mml'. Error processing resource
> 'file:///C:/sundar/test/sample.xml'. Line 15, P...
>
> <equation id="ch001eq01"
>
label="1.1"><mml:math><mml:semantics
><mml:mrow><mml:msub><mml:mi m..."
>
> Could any one help me out o solve the above one.
Herewith I have attached my
> sample xml file
>
> -Sunder Raajan
>
>
____________________________________________________________
_____
> Best IT jobs on naukri.com
> http://www.naukri.com/tieups/tieups.php?othersrcp=3246
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
> For additional commands, e-mail: docbook-helplists.oasis-open.org
>
>
>


-- 
http://chris.chiasson.nam
e/

------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
For additional commands, e-mail: docbook-helplists.oasis-open.org

Can't open xml document in IE 6.0
user name
2006-06-19 05:50:09
Hi chris,

I am trying to check the xml file is well-formed or not,
that's why i  
opened the raw xml in IE. But I can't open the xml file in
IE because colon 
":" found in Mathml tags.

The path which was mentioned in the file
"Y:\Software\docbook\mathml2.dtd" 
is my local path. Actual Doctype declaration as follows:

<?xml version="1.0"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook
V4.5CR2//EN" 
"http://www.oasis-open.org/docbook/xml/4.5CR2/docbookx.d
td" [
<!ENTITY % MATHML.prefixed "INCLUDE">
<!ENTITY % MATHML.prefix "mml">
<!ENTITY % equation.content "(alt?,
(graphic+|mediaobject+|mml:math))">
<!ENTITY % inlineequation.content "(alt?, 
(graphic+|inlinemediaobject+|mml:math))">
<!ENTITY % mathml PUBLIC "-//W3C//DTD MathML
2.0//EN" 
"http://w
ww.w3.org/TR/MathML2/dtd/mathml2.dtd">
%mathml;
]>

Is this possible to open XML file in IE with Mathml tags.

Regards,
A. Sunder Raajan


>From: "Chris Chiasson" <chrischiasson.name>
>To: "Sundaraj Arumugam" <sundaraj_ahotmail.com>
>CC: docbooklists.oasis-open.org
>Subject: Re: [docbook] Can't open xml document in IE
6.0
>Date: Thu, 15 Jun 2006 06:55:01 -0500
>
>Why are you serving raw DocBook XML to Internet
Explorer? Also, why
>are you serving MathML to Internet Explorer? If we know
what you are
>trying to do, we might be able to suggest what to do.
Also, if you are
>intending to distribute the raw XML, it is unlikely that
>"Y:\Software\docbook\mathml2.dtd" will be
a good DocBook DTD system
>URL for your audience. I recommend dropping DTDs and
their associated
>markup altogether if you have an editor, a validator,
and a processor
>that collectively support Relax NG.
>
>On 6/15/06, Sundaraj Arumugam <sundaraj_ahotmail.com> wrote:
>>Hi,
>>
>>I have declared the following to support MathML in
my xml document.
>>
>><?xml version="1.0"?>
>><!DOCTYPE chapter PUBLIC "-//OASIS//DTD
DocBook V4.5CR2//EN"
>>"Y:\Software\docbook\docbookx.dtd" [
>><!ENTITY % MATHML.prefixed
"INCLUDE">
>><!ENTITY % MATHML.prefix "mml">
>><!ENTITY % equation.content "(alt?,
(graphic+|mediaobject+|mml:math))">
>><!ENTITY % inlineequation.content "(alt?,
>>(graphic+|inlinemediaobject+|mml:math))">
>><!ENTITY % mathml PUBLIC "-//W3C//DTD
MathML 2.0//EN"
>>"Y:\Software\docbook\mathml2.dtd">
>>%mathml;
>>] >
>>
>>But I can't open my xml document in Internet
Explorer 6.0, it shows the
>>following error:
>>
>>"Reference to undeclared namespace prefix:
'mml'. Error processing 
>>resource
>>'file:///C:/sundar/test/sample.xml'. Line 15, P...
>>
>><equation id="ch001eq01"
>>label="1.1"><mml:math><mml:s
emantics><mml:mrow><mml:msub><mml:mi
m..."
>>
>>Could any one help me out o solve the above one.
Herewith I have attached 
>>my
>>sample xml file
>>
>>-Sunder Raajan
>>
>>____________________________________________________
_____________
>>Best IT jobs on naukri.com
>>http://www.naukri.com/tieups/tieups.php?othersrcp=3246
>>
>>
>>----------------------------------------------------
-----------------
>>To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
>>For additional commands, e-mail: docbook-helplists.oasis-open.org
>>
>>
>>
>
>
>--
>http://chris.chiasson.nam
e/
>
>--------------------------------------------------------
-------------
>To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
>For additional commands, e-mail: docbook-helplists.oasis-open.org
>

____________________________________________________________
_____
How good are you in a Formula One car? Play now 
http://server1.msn.co.in/sp05/tataracing/onlinegame.asp


------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
For additional commands, e-mail: docbook-helplists.oasis-open.org

Can't open xml document in IE 6.0
user name
2006-06-19 06:24:33
Off hand, I don't know if IE is just a bad tool for XML
validation or
if the XML is invalid. I recommend finding a program that
specifically
does validation. There are many, and I am sure the list
members would
be happy to suggest one if you stated several of your
requirements.

On 6/19/06, Sundaraj Arumugam <sundaraj_ahotmail.com> wrote:
> Hi chris,
>
> I am trying to check the xml file is well-formed or
not, that's why i
> opened the raw xml in IE. But I can't open the xml
file in IE because colon
> ":" found in Mathml tags.
>
> The path which was mentioned in the file
"Y:\Software\docbook\mathml2.dtd"
> is my local path. Actual Doctype declaration as
follows:
>
> <?xml version="1.0"?>
> <!DOCTYPE chapter PUBLIC "-//OASIS//DTD
DocBook V4.5CR2//EN"
> "http://www.oasis-open.org/docbook/xml/4.5CR2/docbookx.d
td" [
> <!ENTITY % MATHML.prefixed "INCLUDE">
> <!ENTITY % MATHML.prefix "mml">
> <!ENTITY % equation.content "(alt?,
(graphic+|mediaobject+|mml:math))">
> <!ENTITY % inlineequation.content "(alt?,
> (graphic+|inlinemediaobject+|mml:math))">
> <!ENTITY % mathml PUBLIC "-//W3C//DTD MathML
2.0//EN"
> "http://w
ww.w3.org/TR/MathML2/dtd/mathml2.dtd">
> %mathml;
> ]>
>
> Is this possible to open XML file in IE with Mathml
tags.
>
> Regards,
> A. Sunder Raajan
>
>
> >From: "Chris Chiasson" <chrischiasson.name>
> >To: "Sundaraj Arumugam"
<sundaraj_ahotmail.com>
> >CC: docbooklists.oasis-open.org
> >Subject: Re: [docbook] Can't open xml document in
IE 6.0
> >Date: Thu, 15 Jun 2006 06:55:01 -0500
> >
> >Why are you serving raw DocBook XML to Internet
Explorer? Also, why
> >are you serving MathML to Internet Explorer? If we
know what you are
> >trying to do, we might be able to suggest what to
do. Also, if you are
> >intending to distribute the raw XML, it is unlikely
that
> >"Y:\Software\docbook\mathml2.dtd"
will be a good DocBook DTD system
> >URL for your audience. I recommend dropping DTDs
and their associated
> >markup altogether if you have an editor, a
validator, and a processor
> >that collectively support Relax NG.
> >
> >On 6/15/06, Sundaraj Arumugam <sundaraj_ahotmail.com> wrote:
> >>Hi,
> >>
> >>I have declared the following to support MathML
in my xml document.
> >>
> >><?xml version="1.0"?>
> >><!DOCTYPE chapter PUBLIC
"-//OASIS//DTD DocBook V4.5CR2//EN"
>
>>"Y:\Software\docbook\docbookx.dtd" [
> >><!ENTITY % MATHML.prefixed
"INCLUDE">
> >><!ENTITY % MATHML.prefix
"mml">
> >><!ENTITY % equation.content "(alt?,
(graphic+|mediaobject+|mml:math))">
> >><!ENTITY % inlineequation.content
"(alt?,
>
>>(graphic+|inlinemediaobject+|mml:math))">
> >><!ENTITY % mathml PUBLIC "-//W3C//DTD
MathML 2.0//EN"
>
>>"Y:\Software\docbook\mathml2.dtd">
> >>%mathml;
> >>] >
> >>
> >>But I can't open my xml document in Internet
Explorer 6.0, it shows the
> >>following error:
> >>
> >>"Reference to undeclared namespace
prefix: 'mml'. Error processing
> >>resource
> >>'file:///C:/sundar/test/sample.xml'. Line 15,
P...
> >>
> >><equation id="ch001eq01"
>
>>label="1.1"><mml:math><mml:s
emantics><mml:mrow><mml:msub><mml:mi
m..."
> >>
> >>Could any one help me out o solve the above
one. Herewith I have attached
> >>my
> >>sample xml file
> >>
> >>-Sunder Raajan
> >>
>
>>____________________________________________________
_____________
> >>Best IT jobs on naukri.com
> >>http://www.naukri.com/tieups/tieups.php?othersrcp=3246
> >>
> >>
>
>>----------------------------------------------------
-----------------
> >>To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
> >>For additional commands, e-mail:
docbook-helplists.oasis-open.org
> >>
> >>
> >>
> >
> >
> >--
> >http://chris.chiasson.nam
e/
> >
>
>--------------------------------------------------------
-------------
> >To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
> >For additional commands, e-mail: docbook-helplists.oasis-open.org
> >
>
>
____________________________________________________________
_____
> How good are you in a Formula One car? Play now
> http://server1.msn.co.in/sp05/tataracing/onlinegame.asp
>
>


-- 
http://chris.chiasson.nam
e/

------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
For additional commands, e-mail: docbook-helplists.oasis-open.org

Can't open xml document in IE 6.0
user name
2006-06-21 16:00:21
> -----Original Message-----
> From: Sundaraj Arumugam

> But I can't open my xml document in Internet Explorer
6.0, it 
> shows the 
> following error:
> 
> "Reference to undeclared namespace prefix:
'mml'. Error 
> processing resource 
> 'file:///C:/sundar/test/sample.xml'. Line 15, P...


The document will open i IE if you add a namespace
declaration for MathML:

 <mml:math xmlns:mml="http://www.w3.org/
1998/Math/MathML">
	...
 </mml:math>


The information in this article from 2001 seems to still
apply:
http://support.microsoft.com/def
ault.aspx?scid=KB;EN-US;Q296492&ID=KB;EN-US;
Q296492.

/MJ



------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-unsubscribelists.oasis-open.org
For additional commands, e-mail: docbook-helplists.oasis-open.org

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )