Skip to content

Simple structure web parsing #132

@johnvanderton

Description

@johnvanderton

Just a bit behind the Flysh philosophy, the library is not yet totally callibred to parse simple web page such as below. This is related to the other possible JQuery API 'manipulation' calls and how these new features could be integrated to Flysh. Initiate a strategy to support this with the next coming releases.

<html>
  <head>
   <title>Test HTML File</title>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 </head>
 <body>  
   <p>This is a very simple HTML file.</p> 
 </body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions