awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

antchfx/xpath

0
View on GitHub↗
0 Stars·0 Forks·2 Aufrufe

Xpath

Features

  • XML Processing - XPath library for XML.
  • Text Processing - XPath syntax implementation.

Star-Verlauf

Star-Verlauf für antchfx/xpathStar-Verlauf für antchfx/xpath

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Xpath

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Xpath.
  • symfony/dom-crawlerAvatar von symfony

    symfony/dom-crawler

    4,043Auf GitHub ansehen↗

    This project is an HTML and XML DOM parser designed for loading and navigating the structure of web documents to extract specific data points. It functions as a web scraping utility that provides a system for locating precise elements using a CSS and XPath selector engine. The library includes a URI resolver that converts relative links found in documents into absolute addresses using a base URI. It provides a set of tools for retrieving text, attributes, and media sources from parsed content. The toolset covers document hierarchy traversal, selector-based filtering, and text extraction with

    PHP
    Auf GitHub ansehen↗4,043
  • robbiehanson/xmppframeworkAvatar von robbiehanson

    robbiehanson/XMPPFramework

    5,888Auf GitHub ansehen↗

    XMPPFramework is an Objective-C communication framework and networking library used to build instant messaging applications for Mac and iOS. It provides a programmatic foundation for implementing XMPP clients, managing real-time message exchange, and processing structured XML streams between network endpoints. The framework features a modular plugin architecture and extension system that allows for the integration of custom communication capabilities and protocol extensions into the data stream. It distinguishes itself with specialized support for OMEMO end-to-end encryption and a state-based

    Objective-C
    Auf GitHub ansehen↗5,888
  • leonidas-from-xiv/node-xml2jsAvatar von Leonidas-from-XIV

    Leonidas-from-XIV/node-xml2js

    4,966Auf GitHub ansehen↗

    This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It functions as an XML parser that transforms XML content into structured data and an XML serializer that generates formatted strings from JavaScript data objects. The toolkit includes a data transformer that applies custom processing functions to tags and attributes during the conversion process. It manages XML namespaces and supports the definition of custom root elements to maintain document structure during generation. The system handles XML data parsing, string generation, and name

    CoffeeScript
    Auf GitHub ansehen↗4,966
  • zeux/pugixmlAvatar von zeux

    zeux/pugixml

    4,590Auf GitHub ansehen↗

    pugixml is a lightweight C++ XML parser and DOM-based library used for parsing, manipulating, and saving XML documents. It provides a portable toolset for reading XML data from files, strings, or memory buffers and converting them into an in-memory document object model. The library includes a dedicated XPath 1.0 engine for extracting specific nodes and data through path expressions. It distinguishes itself through customizable memory management, allowing heap operations to be redirected to user-defined allocation functions, and the ability to perform in-place buffer parsing to reduce memory

    C++
    Auf GitHub ansehen↗4,590
Alle 30 Alternativen zu Xpath anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von antchfx/xpath?

Die Hauptfunktionen von antchfx/xpath sind: XML Processing, Text Processing.

Welche Open-Source-Alternativen gibt es zu antchfx/xpath?

Open-Source-Alternativen zu antchfx/xpath sind unter anderem: symfony/dom-crawler — This project is an HTML and XML DOM parser designed for loading and navigating the structure of web documents to… zeux/pugixml — pugixml is a lightweight C++ XML parser and DOM-based library used for parsing, manipulating, and saving XML… robbiehanson/xmppframework — XMPPFramework is an Objective-C communication framework and networking library used to build instant messaging… leonidas-from-xiv/node-xml2js — This project is a Node.js library for bidirectional conversion between XML strings and JavaScript objects. It… dotnet/corefx — This project is the .NET Base Class Library, providing the foundational types and APIs required for .NET applications.… alecthomas/chroma — Chroma is a syntax highlighter written in Go that converts raw source code into colorized text or HTML. It identifies…