https://bz.apache.org/ooo/show_bug.cgi?id=126398
sergiozambrano <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|IRREPRODUCIBLE |--- Status|RESOLVED |UNCONFIRMED --- Comment #21 from sergiozambrano <[email protected]> --- Ok, let me face it from a different point of view: In the document, there is tags for XML purposes, and tags for html representation (div is html, you like it or not) So, CONSIDERING the div tag is for REPRESENTATION purposes, THAT TAG MUST be a closing tag, because must pair with the previous. That's the ONLY way in which this html document would create contiguous sibling pages in a VALID HTML BROWSER. Now, if you want to see it as XML, the comment before that div tag says that next WAS (which means it should be the closing tag of the ending text-block). I call that WRONG. If that tag is so crucial for xml MAKE IT SOMETHING ELSE, NOT A DIV. Because a DIV IS FROM THE HTML SET, AND NEEDS TO BE CLOSED. So, instead of you fixing one forward slash that a) breaks html structure (not balanced) b) should be closing as per the comment itself c) would NOT hurt the xml at all d) has no value as xml data (unless an empty style value triggers a paradox) You expect me to a) consider another export tool (which you don't mention, which probably means there's none other for this) b) develop my own exporter c) search-replace the offending tag Does that make sense for you? If it does, PLEASE ignore my messages and LET OTHERS to answer. You don't own the project and yours is just your opinion. Your answers here are making others believe I'm being taken care of. Thanks. -- You are receiving this mail because: You are the assignee for the issue.
