Showing 26 open source projects for "delphi html parser"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    xxm

    xxm

    A non-IDE, compile-on-refresh, web platform for Delphi.

    xxm is a web platform for Delphi. Combine Delphi and HTML into a compiled library loadable by an ISAPI extension, a stand-alone HTTP service, an Internet Explorer snap-in, a FireFox module, an Apache module, oldskool CGI...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WebHubDemos

    WebHubDemos

    Delphi (ObjectPascal) and WebHub-HTML source for demo projects

    Source code for more than a dozen demos that show current syntax for a wide range of server-side coding techniques. Embarcadero Delphi plus the WebHub Components are required to compile the .pas code. WebHub Runtime is required to run the examples. The examples are in 3 main categories: Lite, More and DB. Most of them can be seen live on https://lite.demos.href.com/demos and https://db.demos.href.com/demos when those servers are online. Sometimes they are off to save electricity. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Bubbles

    Bubbles

    Bubbles the simple, easy to use HTTP web server, browser controlled

    Bubbles the simple, easy to use HTTP web server that is browser controlled, and capable of serving static files over the internet, either streamed from disk, or direct from RAM without lag. A GUI administration panel is accessed through your web browser (e.g. "http://localhost:1080/admin/" + default password of "admin"), which controls all her settings and vital functions, all in real time. Apart from serving files, she is capable of tracking site visits (site counters), receiving...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    HTMLViewer
    HTML Viewer Components for Delphi, Lazarus and C++Builder The HtmlViewer component set consists of the THtmlViewer, TFrameViewer, and TFrameBrowser components. All three are HTML document display components: THtmlViewer * The basic component. * THtmlViewer displays single (non-frame) documents. * It also forms the basis for the other two components.
    Leader badge
    Downloads: 112 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5

    HTML XHTML Parser + XPath

    Delphi HTML XHTML Parser +XPath

    Delphi HTML Parser This module lets you work with HTML documents as DOM tree and use XPath for searching tags. It is very simple way to parse HTML. This tested with version Delphi XE5,6 Usage Add in Uses parser.pas; begin HtmlTxt:= ''; //here your html NodeList:= TNodeList.Create; ValueList:= TStringList.Create; DomTree:= TDomTree.Create; DomTreeNode:= DomTree.RootNode; If DomTreeNode.RunParse(HtmlTxt) then begin {your code example: DomTreeNode.FindXPath('//*[@id="TopBox"]/div[1]/div[@class="draw default"]'),NodeList,ValueList)} end; end; Xpath support: attributes - //*[@id="TopBox"]/div/@class comment - //*[@id="TopBox"]/div/comment()[3] text - //*[@id="TopBox"]/div/text()[2] previous level - /.....
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    FreePascal / Lazarus / Delphi / Kylix - compatible bindings and object-oriented wrapper for LibCURL, the client-side URL transfer library, and TidyLib, the HTML parsing and formatting library based on HTML-Tidy.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Analyzator is a HTML page analyser and parser intended to extract content from a HTML page and store it into a XML file. The extraction process is controlled by a simple script language designed for this purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EWB is a freeware components package for Borland Delphi 5 to D2009. It allow you to create a Web Browser, Chat Client, web updater, Html/Xml Editors and more. home page :http://www.bsalsa.com download link: http://www.bsalsa.com/DP/download.php?file=4
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Cobalt Web Builder is ANOTHER WAY of authoring HTML documents than WYSIWYG editors or simple text editors. The software uses TEMPLATE and SUBSTITUTION, which helps editing web document EASY and QUICK, especially when using CSS and JAVASCRIPT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    html2rss is the powerful tool to convert html of a news server to rss format before being loaded by newsreaders
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Supplets is a plugin for MS Internet Explorer which allows to make annotations on html pages like on paper, i.e. mark text on web pages and attach notes to text. This supplementary meta-page information is persistent and can be sent to friends via mail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OpenWebBuilder is a Open Web Development IDE written in Delphi for Windows which will support all important Web Languages such as (X)HTML, XML, CSS, Javascript, PHP, Perl, ASP.NET and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DelphiWebScript is a scripting language for use in Borland Delphi(tm) projects. The programming language is similar to Delphi. It's HTML features are optimal for web applications and report modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A CGI to upload files via HTML form. Many configurable parameters to adapt to any needs. Once the upload has ended it redirect to another CGI or DLL with values from original form <input ...> fields to go on in CGI processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Platform/skeleton for creating desktop applications by combining HTML pages and common controls (forms,etc) as user interface using Borland Delphi and TWebBrowser component. The method is by HTTP request interception upon OnBeforeNavigate2 event.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    YAP - Yet another Proxy: a TCP/UDP port mapper! Written in Delphi, it is the ideal tool to build a bridge between subnets e.g. to reach a PcAnywhere or VNC host that is on another subnet. Also embeds a full, independent XML parser and a web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    IWeaver is an open source web page builder for Windows. As primary tools we give you JavaScript and HTML editors. Both of them have some useful features to make creation of your site easier. JavaScript templates help you to make dynamic pahges very fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SiteVision is a powerful HTML Editor which features advanced features for scripting in JavaScript and VBScript and supports development in Perl, PHP, ASP and XML and also advanced Site Management. SiteVision also has a design mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The program tHE HTML packer is intended for compression of ready HTML-files before loading them on a WEB-site. For operation of the packed pages it is necessary to have a browser with support of the language JavaScript. In the given moment the program wa
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WebRAD is a web application development framework and library of components for Delphi/Kylix that replaces HTML editing with a drag-and-drop approach. WebRAD includes over 30 components including javascript enabled data-aware tables, images and forms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DURIAN is a Free Delphi Web Application Server for make interactive dynamic web documents in the Pascal server-side html-embedded scripting language for Windows (Delphi) and Linux (Kylix).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The UniXML library is intended to be an extremely portable XML DOM parser library, completely OS and C compiler independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    HTML-Editor für provessionelle Webseiten-Erstellung; trennt Inhalt und Design, sodass jede Seite auf Wunsch automatisch in mehreren Designs dargestellt werden kann.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    A simple tool to update the content of your homepage. the designer can put some tags in the html-code, CoMa-Agent looks for them and let you only edit the text between the tags. So you can update your homepage without knowing html.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Win32 application (can be run as an HTML-Kit plugin) which can display HTML and XML documents in a tree layout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next