Yasser S. wrote:
The documentation says "Page breaks are
translated to <?break-page?> which is great. But it isn't working like
that. In my evaluation, the output XHTML files do not contain
<?break-page?>.
--> If you generate *styled* HTML (that is, XHTML+CSS), you'll get
<?break-page?>
--> If you generate *semantic* XHTML, you'll *not* get "low-level"
processing-instructions like <?break-page?>
Using a simple customization, you may instruct w2x NOT to remove
<?break-page?> even in semantic XHTML. (This is done in
<W2X_install_dir>/xed/finish.xed)
Note the "generates XHTML+CSS documents" in
http://www.xmlmind.com/w2x/_distrib/doc/manual/index.html#limitations:
---
The Convert step generates XHTML+CSS documents having the following
specificities:
...
* Page breaks are translated to <?break-page?>. Column breaks are
translated to <?break-column?>. End of sections are signaled by
<?end-of-section?>.
---
--
XMLmind Word To XML Support List
w2x-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/w2x-support