Giter Club home page Giter Club logo

Comments (7)

Dmole avatar Dmole commented on August 16, 2024

or maybe (DOMSerializerEngine.java:183)

from docx4j.

Dmole avatar Dmole commented on August 16, 2024

related:
There are also "c2a0" that should be "20"
(might be related to [\n\r]+ vs \n )

from docx4j.

Dmole avatar Dmole commented on August 16, 2024

I commented out all of this to no effect:
(XMLEscapeUTF8.java:183)
(XMLEscapeWriterUTF8.java:154)
(XMLEscapeASCII.java:159)
(XMLEscapeWriterASCII.java:154)
(DOMSerializerEngine.java:183)

Changing
(AbstractHtmlExporter.java:182)
has an effect, but that should be returning

  • stuff
anyway.

from docx4j.

Dmole avatar Dmole commented on August 16, 2024

avoiding github markdown:
< ul>< li>stuff< /li>< /ul>

from docx4j.

Dmole avatar Dmole commented on August 16, 2024

(docx2xhtmlNG2.xslt:257)
"At present, this doesn't use HTML OL|UL and LI; we'll do that when we have a document model to work from"
...
I guess I'll do some post possessing, as I have no idea why it's not starting with a DOM.

from docx4j.

Dmole avatar Dmole commented on August 16, 2024

cat test.html | perl -p -e 's/&([a-z]{1,10};)/&$1/g;s/ / /g;s/[‘’“”]+/"/g'>test.2.html

from docx4j.

plutext avatar plutext commented on August 16, 2024

I believe this issue is now fixed. See 9c3ffd0

from docx4j.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.