Hi,


Can anyone point me to a general overview document that explains the
order in which events get fired when processing a document?

I mean, it's like (when processing only content, ignoring stylet etc):

BOF document
  X*(BOF BoundSheet)
  SSTRecord
  BOF Sheet
  Y*LabelSSTRecord/Number
  Y*RowRecord
...

Which is kind of unintuitive compared to a hierarchic structure.

In my current setup, I put all bound sheets into a list, and have a
pointer starting at -1 which I increment by one each time I encouter a
sheet, just to get the sheet name for a given entry. This appears clumsy
to me, but I cannot set how to solve that problem otherwise when using
the event-based API.

Where do I find the document that gives me the Ahaaa"-experience? :)

Morten




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to