Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] Reducing the size of the XML files? (Fwd)

Steve,

The "base path" idea is an interesting idea, and it will certainly improve
performance a bit. Could you please open a feature in bugzilla?
Try the following:
- break the larger topics files into smaller ones and use the linking
mechanism to wire them up
- the breakdown should be so that the hrefs have flatter structure
- package the help files into multiple doc.zip files
- contribute each doc.zip with another fragment.

This may or may not help much, but it has a relatively similar effect as
using a "base path".

-Dorian




|---------+----------------------------------->
|         |           Steve Reid              |
|         |           <stever@xxxxxxx>        |
|         |           Sent by:                |
|         |           platform-help-dev-admin@|
|         |           eclipse.org             |
|         |                                   |
|         |                                   |
|         |           12/12/2002 10:00 AM     |
|         |           Please respond to       |
|         |           platform-help-dev       |
|         |                                   |
|---------+----------------------------------->
  >-------------------------------------------------------------------------------------------------------------|
  |                                                                                                             |
  |       To:       platform-help-dev@xxxxxxxxxxx                                                               |
  |       cc:                                                                                                   |
  |       Subject:  [platform-help-dev] Reducing the size of the XML files? (Fwd)                               |
  |                                                                                                             |
  |                                                                                                             |
  >-------------------------------------------------------------------------------------------------------------|



The email address didn't work; let's try again.

Previously, Steve Reid wrote:
> We've put a lot of docs into the Eclipse help system (over 11,000
> printed pages). The XML topics files that go with the docs are huge -- a
> couple are more than 1M. Although we've broken the topics files into
> pieces, the Help system takes a long time to parse all that XML and
> display the contents.
>
> We arrange our docs as a bunch of booksets, with one for the QNX OS,
> another for the microGUI, another for driver-development kits, and so on.
> Each bookset contains a number of books (e.g. Programmer's Guide,
> Library Reference, Utilities Reference). We currently have one XML
> topics file per bookset.
>
> I've noticed that every book, chapter, section, and subsection that
> appears in the Contents pane requires a path from the top of the doc.zip
> file down to the specific anchor in the HTML file. Is there a way to
> specify a "base path" that would apply to all anchors until you specify
> a new one?
>
> Does anyone have any other suggestions to speed things up?
>
> Thanks for any help you can provide.
>
> ------------------------------------------
> Steve Reid                  stever@xxxxxxx
> TechPubs (Technical Publications)
> QNX Software Systems
> ------------------------------------------
>

------------------------------------------
Steve Reid                  stever@xxxxxxx
TechPubs (Technical Publications)
QNX Software Systems
------------------------------------------

_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev





Back to the top