Ticket #34 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Scan <para> elements for unhandled child elements

Reported by: Robert Kern <rkern@enthought.com> Assigned to: tzanko
Priority: normal Milestone:
Component: nbshell Version:
Severity: normal Keywords:
Cc:

Description

The way that nbshell deals with XML that it can't directly handle yet is fantastic. It needs to deal with one more case, though: when a <para> element has child elements (like <code> or <emphasis> or <ipython-equation>), nbshell should, for now, display the raw XML of the whole <para> element. Currently, it just displays the content in .text and doesn't display the children or their .tail's at all.

This is probably the last thing that's keeping me from editing the Scipy tutorial in nbshell.

Change History

09/17/05 16:03:58 changed by tzanko

  • status changed from new to closed.
  • resolution set to fixed.