- 
        1. Re: FIBO tutorialwileywimberly Mar 4, 2005 4:47 PM (in response to natgross)This is still an issue when working the tutorial. 
 I am using Eclipse 3.0.1 and JBoss-IDE 1.4.0 on OS X 10.3.8 with Java 1.4.2
 Thanks,
 Wiley
- 
        2. Re: FIBO tutorialbbbrotg May 23, 2005 11:38 AM (in response to natgross)There has to be a blank line between the first two lines. In the tutorial it is not obvious. 
- 
        3. Re: FIBO tutorialguidepost May 30, 2005 4:01 PM (in response to natgross)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?
- 
        4. Re: FIBO tutorialdrhok Jun 3, 2005 9:57 AM (in response to natgross)"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.
- 
        5. Re: FIBO tutorialdoug4641 Jun 29, 2005 11:50 PM (in response to natgross)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 :
- 
        6. Re: FIBO tutorialdoug4641 Jun 29, 2005 11:53 PM (in response to natgross)The code won't display in browser properly. If you want the nex index.html email me @ doug4641@comcas.net 
- 
        7. Re: FIBO tutorialocean Jul 7, 2005 9:01 PM (in response to natgross)there is a link talking about saxparser: 
 http://junlu.com/msg/77548.html
 I'm still experiencing these problems with HTML error message.
 
     
     
     
     
     
    