Code Monkey home page Code Monkey logo

Comments (5)

duzun avatar duzun commented on June 12, 2024

hQuery::fromHTML() is only returning an instance of hQuery, nothing else.
You can see that for yourself from the source code.

How did you get that output? Did you use something like json_encode($doc)?
Looks like tag_map and headers are the only public properties of the hQuery instance.

from hquery.php.

Bholtland avatar Bholtland commented on June 12, 2024

Indeed, I was using json_encode($doc) to print the value. Sorry, I should've mentioned that. I tested this with another web page and that worked fine.

Could it have something to do with the web page itself? The weird thing is that the HTML that I feed it, is perfectly valid HTML before I use hQuery::fromHTML(). I wish I could send you the source, but I'm afraid I'm not allowed to do that.

Thanks for the quick reply by the way.

from hquery.php.

duzun avatar duzun commented on June 12, 2024

You are not supposed to print the $doc instance directly, but rather use it to extract the data you need from the document.

If you want to get a quick view of what is inside the $doc instance, you can use echo json_encode($doc->_info()).

From your description, I don't understand what is the problem or whether there is one.

See the README -> Processing the results or examples/playground.php to get an idea what else you can do with a $doc instance.
Also, the unit-tests are a good source of documentation.

I know, this library is poorly documented.
I would make proper documentation should I have more free time :)

from hquery.php.

Bholtland avatar Bholtland commented on June 12, 2024

Okay thanks for your clear explanation :) I will see if I can fix it, and will post here, should I have useful information.

from hquery.php.

duzun avatar duzun commented on June 12, 2024

Thanks and Good luck!

from hquery.php.

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.