Book a Demo

Author Topic: HTML generation problem?  (Read 5556 times)

mch

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
HTML generation problem?
« on: May 12, 2002, 09:09:32 pm »
Hi,
I've come across a problem when generating HTML documents. In a very small number of cases, hyperlinks to diagrams on diagrams don't work correctly when the target is in another package. This doesn't happen all the time. My best guess is that some pointers were corrupted when I was moving diagrams between packages.

I've looked at the HTML and the relative URL looks like this:

<area shape="rect" coords="163,275,435,318" href="./EA2/EA1/EA30.htm">

when it should be:

<area shape="rect" coords="163,275,435,318" href="../EA1/EA2/EA1/EA30.htm">

Apart from this minor niggle, I've found the HTML generator to be excellent, keep up the great work!

Cheers,
Mark

ronnie

  • EA User
  • **
  • Posts: 81
  • Karma: +0/-0
    • View Profile
Re: HTML generation problem?
« Reply #1 on: May 14, 2002, 04:51:23 am »
I have had the same problem - I also moved diagrams between packages!

Ronnie
Ronnie

hoeksma

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: HTML generation problem?
« Reply #2 on: May 15, 2002, 02:12:29 am »
I had a other problem regarding the generation of HTML. It took a while to find out but wy it did not load the tree.
I had used "something" in a package title (used only for documentation reason). This causes a script error.

Perhapse this is easy to fix.

Sierk


sparks

  • EA Administrator
  • EA User
  • *****
  • Posts: 691
  • Karma: +4/-2
    • View Profile
Re: HTML generation problem?
« Reply #3 on: May 23, 2002, 06:54:34 am »
Hello,

The incorrect path problem has been fixed in the latest release (490), and we look at the double quote problem in the next week.  Thanks for the feedback.

Paul Mathers

mch

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: HTML generation problem?
« Reply #4 on: May 23, 2002, 01:55:36 pm »
Hi Paul,
thanks for the fix to the path problem. You guys are brilliant with your swift responses to problems and enhancement requests. Truly awesome!
Cheers,
Mark