awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDocument Generation

The process of creating XML output through direct streams to minimize memory overhead.

Distinct from Stream-Based Document Processors: The parent focuses on incremental processing (reading), while this focuses on the generation (writing) of documents via streams.

Explore 1 awesome GitHub repository matching content management & publishing · Document Generation. Refine with filters or upvote what's useful.

Awesome Document Generation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • leethomason/tinyxml2leethomason 的头像

    leethomason/tinyxml2

    5,771在 GitHub 上查看↗

    TinyXML-2 是一个轻量级的 C++ 库,用于解析、操作和生成 XML 文档。它作为一个 UTF-8 XML 处理器,通过分层的文档对象模型(DOM)表示数据。 该库提供了用于 DOM 解析和通过数据流直接生成文档的工具。它包括导航 XML 树以定位特定元素、修改属性和内容,以及将字符实体和 Unicode 数字引用解析为 UTF-8 文本的功能。 该处理器包括语法验证和诊断实用程序,可跟踪每个节点和属性的行号元数据,从而报告解析错误的精确坐标。

    Produces XML output by writing data directly to a stream without requiring a fully materialized object tree.

    C++
    在 GitHub 上查看↗5,771
  1. Home
  2. Content Management & Publishing
  3. Content Processing and Transformation
  4. Document Processing and Conversion
  5. Document Processing
  6. Stream-Based Document Processors
  7. Document Generation