Hello all,
i am working on orbeon forums and all the code is written using Xforms but if the internet is down i got this error message: www.w3.org So is there any way to work on orbeon forums without using the internet, ... can i change something on the orbeon settings ... this is my question, Thanks. |
Hi,
I use it off-line all the time (on my notebook when I'm in a train). Just make sure you have no schemaLocation= attributes in your schemas or xforms pointing at w3.org (make a local copy of such schemas and point at these). Also make sure you don't have the offline machine pointing at any unreachable DNS (things will work but slooowly). Joost zeid mohammad albalasi wrote: > Hello all, > i am working on orbeon forums and all the code is written using Xforms > but if the internet is down i got this error message: > www.w3.org > > So is there any way to work on orbeon forums without using the internet, ... > can i change something on the orbeon settings ... > > this is my question, > Thanks. > > -- 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 |
thank u Joost
Do u mean i have to change these: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:f="http://orbeon.org/oxf/xml/formatting" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:widget="http://orbeon.org/oxf/xml/widget" xsl:version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:saxon="http://saxon.sf.net/"> i write them on the header of the page.
|
Hi,
No, only the xsi:schemaLocation tags. Or anything included from a url. The attributes you have below are just namespace prefix declarations. The locations do not get accessed. These urls are just what makes namespaces unique (to keep them apart). You need to get rid of the <!DOCTYPE ... > line. This causes Orbeon to try to access www.w3.org. Orbeon styling will add the <!DOCTYPE ... > line again in the HTML it generates. So the generated HTML will be correct for your browser. Joost zeid mohammad albalasi wrote: thank u Joost Do u mean i have to change these: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:f="http://orbeon.org/oxf/xml/formatting" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:widget="http://orbeon.org/oxf/xml/widget" xsl:version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:saxon="http://saxon.sf.net/"> i write them on the header of the page. Joost Horward wrote:Hi, I use it off-line all the time (on my notebook when I'm in a train). Just make sure you have no schemaLocation= attributes in your schemas or xforms pointing at w3.org (make a local copy of such schemas and point at these). Also make sure you don't have the offline machine pointing at any unreachable DNS (things will work but slooowly). Joost zeid mohammad albalasi wrote:Hello all, i am working on orbeon forums and all the code is written using Xforms but if the internet is down i got this error message: www.w3.org So is there any way to work on orbeon forums without using the internet, ... can i change something on the orbeon settings ... this is my question, Thanks.-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: [hidden email] For general help: [hidden email] OW2 mailing lists service home page: http://www.ow2.org/wws -- 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 |
Free forum by Nabble | Edit this page |