The default starting level in 3 in STXNG (Zope 2.4 and higher). -aj ----- Original Message ----- From: "Chris Ryland" <cpr@emsoftware.com> To: <zope@zope.org> Sent: Saturday, March 16, 2002 17:34 Subject: [Zope] 2.5.0 vs. 2.3.3 oddity w/structured text
I've got some structured text of the form
Head1
Some text (indented 2).
Head2 (indented 1)
Some more text (indented 2)
Head3 (indented 1)
etc.,
and it all works fine under Zope 2.3.3.
However, under 2.5.0, each succeeding Head2/3/4, etc., is one level lower, i.e., it gets rendered
<h3>Head1</h3> <p>Some text (indented 2)</p> <h4>Head2</h4> <p>Some more text (indented 2)</p> <h5>Head3</h5> ...
but *not always*. I can't figure out what the differences between the cases might be.
It's possible that it's something to do with the fact that I moved the Data.fs from a Win2K box to my Linux server box, but under 2.3.3 it all works perfectly. Under 2.5.0 it doesn't.
Does anyone have any clues as to where to look next?
Thanks. -- Cheers! Chris Ryland Em Software, Inc. www.emsoftware.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )