www.w3.org error message

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

www.w3.org error message

srikanth.prodigy

Hello All,

 

Orbeon forms portlet is displaying www.w3.org error message when internet was down on my machine

I have removed the xml prolog declaration statements at the beginning of the xhtml file but still no help?

Portlet was working on others machine Orbeon version we are using is Orbeon Forms Release 3.7.0beta1.200810270119

Is there any way out to work with orbeon forms Offline?

 

Please find the attachment with this mail

 

Thanks,

Srikanth A

 

 

 

 

 

 

 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

untitled.jpg (177K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: www.w3.org error message

Hank Ratzesberger

Hi Srikanth,

We also were noticing slowness at times and then a failure.
I think the message was the same.

We concluded it was the OF acquiring (or attempting to) the DTD.

So, we got the files (wget etc)

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
http://www.w3.org/TR/xhtml1/DTD/xhtml1-lat1.ent
http://www.w3.org/TR/xhtml1/DTD/xhtml1-special.ent
http://www.w3.org/TR/xhtml1/DTD/xhtml1-symbol.ent

and put these in the resources directory.

Then we changed the DTD from:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

to this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "/
xhtml1-transitional.dtd">

and no more problems.  I may try moving the files to a subdirectory  
later.

--Hank

On Mar 20, 2009, at 12:49 AM, Srikanth A wrote:

> Hello All,
>
>
>
> Orbeon forms portlet is displaying www.w3.org error message when  
> internet was down on my machine
>
> I have removed the xml prolog declaration statements at the  
> beginning of the xhtml file but still no help?
>
> Portlet was working on others machine Orbeon version we are using  
> is Orbeon Forms Release 3.7.0beta1.200810270119
>
> Is there any way out to work with orbeon forms Offline?
>
>
>
> Please find the attachment with this mail
>
>
>
> Thanks,
>
> Srikanth A
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> <untitled.jpg>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Re: www.w3.org error message

srikanth.prodigy
It's giving 404 error when im trying to download the resources
From following urls

http://www.w3.org/TR/xhtml1/DTD/xhtml1-lat1.ent
http://www.w3.org/TR/xhtml1/DTD/xhtml1-special.ent
http://www.w3.org/TR/xhtml1/DTD/xhtml1-symbol.ent

thanks,
Srikanth A
-----Original Message-----
From: Hank Ratzesberger [mailto:[hidden email]]
Sent: Friday, March 20, 2009 6:22 PM
To: [hidden email]
Subject: [ops-users] Re: www.w3.org error message


Hi Srikanth,

We also were noticing slowness at times and then a failure.
I think the message was the same.

We concluded it was the OF acquiring (or attempting to) the DTD.

So, we got the files (wget etc)

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
http://www.w3.org/TR/xhtml1/DTD/xhtml1-lat1.ent
http://www.w3.org/TR/xhtml1/DTD/xhtml1-special.ent
http://www.w3.org/TR/xhtml1/DTD/xhtml1-symbol.ent

and put these in the resources directory.

Then we changed the DTD from:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

to this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "/
xhtml1-transitional.dtd">

and no more problems.  I may try moving the files to a subdirectory  
later.

--Hank

On Mar 20, 2009, at 12:49 AM, Srikanth A wrote:

> Hello All,
>
>
>
> Orbeon forms portlet is displaying www.w3.org error message when  
> internet was down on my machine
>
> I have removed the xml prolog declaration statements at the  
> beginning of the xhtml file but still no help?
>
> Portlet was working on others machine Orbeon version we are using  
> is Orbeon Forms Release 3.7.0beta1.200810270119
>
> Is there any way out to work with orbeon forms Offline?
>
>
>
> Please find the attachment with this mail
>
>
>
> Thanks,
>
> Srikanth A
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> <untitled.jpg>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042








--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: RE: Re: www.w3.org error message

Hank Ratzesberger

It seems I cut and pasted wrongly... try

http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent
http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent
http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent

--Hank

On Mar 30, 2009, at 6:00 AM, Srikanth A wrote:

> It's giving 404 error when im trying to download the resources
> From following urls
>
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-lat1.ent
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-special.ent
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-symbol.ent
>
> thanks,
> Srikanth A
> -----Original Message-----
> From: Hank Ratzesberger [mailto:[hidden email]]
> Sent: Friday, March 20, 2009 6:22 PM
> To: [hidden email]
> Subject: [ops-users] Re: www.w3.org error message
>
>
> Hi Srikanth,
>
> We also were noticing slowness at times and then a failure.
> I think the message was the same.
>
> We concluded it was the OF acquiring (or attempting to) the DTD.
>
> So, we got the files (wget etc)
>
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-lat1.ent
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-special.ent
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-symbol.ent
>
> and put these in the resources directory.
>
> Then we changed the DTD from:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
> to this:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "/
> xhtml1-transitional.dtd">
>
> and no more problems.  I may try moving the files to a subdirectory
> later.
>
> --Hank
>
> On Mar 20, 2009, at 12:49 AM, Srikanth A wrote:
>
>> Hello All,
>>
>>
>>
>> Orbeon forms portlet is displaying www.w3.org error message when
>> internet was down on my machine
>>
>> I have removed the xml prolog declaration statements at the
>> beginning of the xhtml file but still no help?
>>
>> Portlet was working on others machine Orbeon version we are using
>> is Orbeon Forms Release 3.7.0beta1.200810270119
>>
>> Is there any way out to work with orbeon forms Offline?
>>
>>
>>
>> Please find the attachment with this mail
>>
>>
>>
>> Thanks,
>>
>> Srikanth A
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> <untitled.jpg>
>>
>> --
>> You receive this message as a subscriber of the [hidden email]
>> mailing list.
>> To unsubscribe: mailto:[hidden email]
>> For general help: mailto:[hidden email]?subject=help
>> OW2 mailing lists service home page: http://www.ow2.org/wws
>
> Hank Ratzesberger
> NEES@UCSB
> Institute for Crustal Studies,
> University of California, Santa Barbara
> 805-893-8042
>
>
>
>
>
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws