Code Monkey home page Code Monkey logo

Comments (5)

atacan avatar atacan commented on May 17, 2024

The workaround is to add </meta>, </link> etc.

from htmlkit.

mattesmohr avatar mattesmohr commented on May 17, 2024

Hey @atacan , thats true. Its cause we use the XML classes in the Swift Foundation to convert HTML into HTMLKit. XML needs to have a close tag. I think <meta charset="utf-8" /> should have worked too.

I stumbled about this issue too. I am planning to implement a catch and recovery, but not sure if thats what the user want. Maybe a recovery description in the console would be enough. Still it is not an easy task, cause I need to know the position of the content, wich is tickling the issue.

I already experimented with it in my dev-fork. Many times it works. Sometimes not. But not sure yet, what's the best for the user. Let me know what you think.

from htmlkit.

atacan avatar atacan commented on May 17, 2024

To be fair, the code in the head tag may be the least often needed use case. It may be easier to write it directly in swift code.
At least, my use case is more about converting some components I copy from the CSS frameworks' websites, as opposed to converting a complete html file.
Making the error more descriptive telling the user they need to close the meta or link tags might be enough.

from htmlkit.

mattesmohr avatar mattesmohr commented on May 17, 2024

Sure, thanks for your feedback. Did the converter work for you? I mean on some other cases?

from htmlkit.

atacan avatar atacan commented on May 17, 2024

Yes. I'll open a pull request soon implementing the idea I posted in the Discussion section. Later I'll publish the small Mac app for that string-to-string conversion.

from htmlkit.

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.