From: bbbrotg <nu...@jb...> - 2005-05-23 15:39:23
|
There has to be a blank line between the first two lines. In the tutorial it is not obvious. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878762#3878762 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878762 |
From: guidepost <nu...@jb...> - 2005-05-30 20:01:52
|
If I try (just as mentioned in the tutorial) <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> I get the error "White spaces are required between publicId and systemId" I looked at the docs on w3.org and if I try <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> it's erroring out with "The declaration for the entity "HTML.Version" must end with '>' What am I missing? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879473#3879473 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879473 |
From: DrHok <nu...@jb...> - 2005-06-03 13:57:38
|
"guidepost" wrote : If I try (just as mentioned in the tutorial) | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | I get the error "White spaces are required between publicId and systemId" | | I looked at the docs on w3.org and if I try | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | it's erroring out with "The declaration for the entity "HTML.Version" must end with '>' | | What am I missing? | | According to http://de.selfhtml.org/html/allgemein/grundgeruest.htm#dokumenttyp (not available in English), both of your variants are valid. And, in fact, the second one works for me (in Eclipse 3.0.2 with JBoss IDE 1.4.1e30). For the first one, I get the same error as you. I think this should be fixed soon, especially since it occurs in the tutorial. What disturbs me is that Eclipse sleeps for a minute or so whenever I save the html file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880137#3880137 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880137 |
From: doug4641 <nu...@jb...> - 2005-06-30 03:50:13
|
I think I have the solution to your problems. I had to make the file be xhtml compliant. Here is the new code for index.html: (hope this helps) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Fibonacci Application <h1>Fibonacci Form</h1> Limit : View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883174#3883174 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883174 |
From: doug4641 <nu...@jb...> - 2005-06-30 03:53:11
|
The code won't display in browser properly. If you want the nex index.html email me @ dou...@co... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883175#3883175 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883175 |
From: ocean <nu...@jb...> - 2005-07-08 01:02:17
|
there is a link talking about saxparser: http://junlu.com/msg/77548.html I'm still experiencing these problems with HTML error message. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884130#3884130 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884130 |