P5-html-tree

Jul 20, 2023

Collection of modules to manipulate HTML syntax trees

This is a collection of modules that represent, create, and extract information from HTML syntax trees.

The modules present in this collection are

HTMLElement - represents the nodes of the HTML syntax trees. The elements have other elements and text segments as children. The HTMLElement class have methods to methods to build, alter, and traverse the structure of the tree.

HTMLTreeBuilder - uses HTMLParser to read HTML document text and build from it a syntax tree made of HTMLElement nodes.

HTMLParse - deprecated. Now just a wrapper around HTMLTreeBuilder

HTMLAsSubs - Easy way to build an HTML syntax tree by nesting functions.



Checkout these related ports:
  • Zope213 - Object-based web application platform Version 2.13
  • Zola - Fast static site generator
  • Zgrab2 - Fast Go application scanner
  • Zerowait-httpd - Lightweight and fast http server
  • Zenphoto - Simpler web photo gallery
  • Zend-framework - Framework for developing PHP web applications
  • Yuicompressor - The Yahoo! JavaScript and CSS Compressor
  • Ytdl - YouTube downloader written in Go
  • Yt-dlp - Command-line program for downloading videos from various platforms
  • Youtube_dl - Program for downloading videos from various services
  • Yourls - Your Own URL Shortener
  • You-get - Dumb downloader that scrapes the web
  • Yaws - Web server for dynamic content written in Erlang
  • Yarr - Yet another rss reader
  • Yarn - Package manager for node, alternative to npm (meta port)