You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numbered lists with list items tagged NL1_S, NL1_M, and NL1_E are not being handled as expected. Instead of one numbered list with several items, we are getting several single-item lists and several normal paragraphs.
S, M, and E are for "start," "middle," and "end." A numbered list will have only one NL1_S item and only one NL1_E item, but may have many NL1_M items.
This cXML
<tps:ptype="NL1_S">
Take a holistic view [...]
</tps:p>
<tps:ptype="NL1_M">
Evaluate the entire value chain [...]
</tps:p>
<tps:ptype="NL1_M">
Determine what resources are available. [...]
</tps:p>
<tps:ptype="NL1_M">
Evaluate your own position [...]
</tps:p>
<tps:ptype="NL1_M">
Build allies. [...]
</tps:p>
<tps:ptype="NL1_M">
Do the work. [...]
</tps:p>
<tps:ptype="NL1_E">
Find your people. [...]
</tps:p>
is producing this BookXML
<listtype="1"><item><palign="left">Take a holistic view [...]</p>
</item></list><break />
<palign="left">Evaluate the entire value chain [...]</p>
<break />
<listtype="1"><item><palign="left">Determine what resources are available. [...]</p>
</item></list><break />
<palign="left">Evaluate your own position [...]</p>
<break />
<listtype="1"><item><palign="left">Build allies. [...]</p>
</item></list><break />
<palign="left">Do the work. [...]</p>
<break />
<listtype="1"><item><palign="left">Find your people. [...]</p>
</item></list>
We would expect this BookXML
<listtype="1"><item><palign="left">Take a holistic view [...]</p></item>
<item><palign="left">Evaluate the entire value chain [...]</p></item>
<item><palign="left">Determine what resources are available. [...]</p></item>
<item><palign="left">Evaluate your own position [...]</p></item>
<item><palign="left">Build allies. [...]</p></item>
<item><palign="left">Do the work. [...]</p></item>
<item><palign="left">Find your people. [...]</p></item>
</list>
Numbered lists with list items tagged NL1_S, NL1_M, and NL1_E are not being handled as expected. Instead of one numbered list with several items, we are getting several single-item lists and several normal paragraphs.
S, M, and E are for "start," "middle," and "end." A numbered list will have only one NL1_S item and only one NL1_E item, but may have many NL1_M items.
This cXML
is producing this BookXML
We would expect this BookXML
Sample title is FAST FORWARD, posted here: https://hmhco.box.com/s/81bsb37asynq3a0apd6ienhxeltk04ev
The text was updated successfully, but these errors were encountered: