パッケージ: libpugixml1v5 (1.10-1)
libpugixml1v5 に関するリンク
Trisquel の資源:
pugixml ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Vasudev Kamath
- Jonas Smedegaard
外部の資源:
- ホームページ [pugixml.org]
類似のパッケージ:
Light-weight C++ XML processing library
pugixml is a lightweight C++ XML processing library with XPath support. It features:
* DOM like interface with rich traversal/modification capabilities * Extermely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer. * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions.
This library is extremely portable and easy to integrate and use.
Since pugixml has a DOM parser, it can't process XML documents that do not fit in memory; also the parser is a non-validating one, so if you need DTD or XML Schema validation, the library is not for you.
その他の libpugixml1v5 関連パッケージ
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.4) [armhf]
-
- dep: libgcc-s1 (>= 3.0) [amd64]
- GCC support library
- dep: libgcc-s1 (>= 3.5) [armhf]
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3