Arseny Kapoulkine
3b17184379
docs: Work around asciidoc bug with TOC numbering
...
For some reason using a code import right before a header breaks
numbering on that header; fix by moving the import above text.
2024-09-12 09:49:35 -07:00
Arseny Kapoulkine
7c66cf7b06
docs: Add C++20 ranges documentation
...
This doesn't require any implementation changes, as the existing support
for C++11 ranged for loops automatically makes nodes and node/attribute
range objects work as C++20 ranges.
Fixes #613 .
2024-05-19 13:24:34 -07:00
Arseny Kapoulkine
b2b4664030
docs: Adjust docs wrt parse_merge_pcdata x parse_embed_pcdata
...
parse_merge_pcdata expects to find node_pcdata nodes which aren't
present when parse_embed_pcdata is active. For now we mention this in
the documentation; changing this is possible in the future, but carries
a small performance penalty so it requires a specific use case.
Fixes #600
2024-01-26 09:23:26 -08:00
Arseny Kapoulkine
db78afc2b7
Update version to 1.14 everywhere
2023-09-07 11:55:13 -07:00
Arseny Kapoulkine
bd70bd7662
docs: Update release notes and regenerate HTML documentation
...
The large amount of changes seems to be due to asciidoctor now omitting
empty spans in formatted code.
2023-09-07 11:52:15 -07:00
Arseny Kapoulkine
e383ce5d82
docs: Update HTML documentation
2023-03-19 15:41:31 -07:00
Arseny Kapoulkine
c5b288d91a
Update HTML documentation
2022-10-20 20:20:45 -07:00
Arseny Kapoulkine
314baf6605
docs: Regenerate HTML documentation
2022-02-08 20:09:10 -08:00
Arseny Kapoulkine
8bd209fb8b
docs: Update manual to be more explicit about save_file return
...
The function returns true on success and false on failure.
2021-07-09 17:27:01 -07:00
Arseny Kapoulkine
5a0fd5d85f
docs: Rebuild HTML documentation
2020-12-04 16:31:20 -08:00
Arseny Kapoulkine
fe4bc946b2
Update copyright year to 2020 everywhere
2020-11-26 01:00:27 -08:00
Arseny Kapoulkine
70bd6a6b0a
Update version to 1.11 and update documentation
2020-11-25 10:18:42 -08:00
Arseny Kapoulkine
3c59df555b
docs: Update documentation for 1.10 release
...
Update changelog and regenerate HTML documentation.
2019-09-11 21:51:02 -07:00
m-naumann
5a867cb1e3
Add support for using single quotes to enclose attribute values
...
This change adds format_attribute_single_quote flag that uses single quotes (`'`) instead of double quotes (`"`) for formatting attribute values.
Internal quotation marks are escaped using `"` and `'`.
2019-06-18 19:51:10 -07:00
Arseny Kapoulkine
b01569918a
docs: Regenerate HTML documentation
...
Includes wording fixes and format_skip_control_chars
2019-03-09 06:55:55 -08:00
Arseny Kapoulkine
b67ef29c08
docs: Draw attention to the fact that you have to compile pugixml.cpp
...
This may or may not make it more clear that pugixml.cpp has to be
compiled - either as one of the projects or as a standalone project via
CMake et al - for it to work by default.
Fixes #256 .
2019-01-19 18:25:25 -08:00
Arseny Kapoulkine
fa686f004a
Update all URLs to pugixml.org to https://
2018-11-12 12:28:54 -08:00
Arseny Kapoulkine
e584ea337e
docs: Mention that node is a container of children in ranged for section
...
This is implicitly true due to the following section, but that was
written before C++11 so this does deserve a special mention in ranged
for section as well.
Fixes #210 .
2018-05-17 08:04:47 -07:00
Arseny Kapoulkine
341cea5a32
docs: Fix changelog formatting
2018-04-04 08:26:21 -07:00
Arseny Kapoulkine
be260a09c1
docs: Regenerate HTML documentation
2018-04-02 21:46:57 -07:00
Arseny Kapoulkine
3f28a5d97a
Update all copyright notices to specify year 2018
2018-01-07 20:28:42 -08:00
Arseny Kapoulkine
900a1cc943
docs: Clarify Unicode validation behavior
...
It has always been the case that pugixml does not perform Unicode
validation or name/tag Unicode character class validation, but it wasn't
very obvious from documentation.
Fixes #162
2017-08-29 20:46:30 -07:00
Arseny Kapoulkine
4f2ad720c8
docs: Update encoding conversion description
...
We support Latin-1 and automatically detect it by parsing the encoding
from document declaration; both of these were omitted from the
description of the automatic detection.
Additionally, the description has been rewritten to be more concise and
a bit more abstract - there's no need to specify the algorithm precisely
here.
Fixes #158 .
2017-08-21 20:54:38 -07:00
Arseny Kapoulkine
91bf70231a
docs: Regenerate HTML documentation
2016-11-24 00:23:19 -08:00
Arseny Kapoulkine
7aef75f43d
docs: Adjust as_int documentation to match implementation
...
Also remove the description of behavior for trailing non-numeric characters.
It's likely this will become a parse error in the future so better leave it
as unspecified for now.
Fixes #80 .
2016-01-19 21:17:08 -08:00
Arseny Kapoulkine
ad3b492c1a
docs: Regenerate HTML documentation
2015-12-31 17:22:41 +03:00
Arseny Kapoulkine
a3a9d53860
docs: Fix CDATA example
...
Fixes #61 .
2015-10-19 20:55:39 -07:00
Arseny Kapoulkine
7d2842e670
docs: Add iOS to the list of supported platforms
2015-10-19 00:11:10 -07:00
Arseny Kapoulkine
5b2f014fc7
docs: Update packaging info
2015-10-18 21:01:14 -07:00
Arseny Kapoulkine
0c8024920f
docs: Update release date
2015-10-18 20:13:52 -07:00
Arseny Kapoulkine
471f2260d0
docs: Rewrite Portability section
2015-10-18 18:23:17 -07:00
Arseny Kapoulkine
67702277e6
docs: Add a note about moving xpath_query
2015-10-17 08:59:41 -07:00
Arseny Kapoulkine
9aa28f1d05
docs: Regenerate HTML documentation
2015-10-10 13:51:34 -07:00
Arseny Kapoulkine
ce4ac17780
docs: Clarify UTF-8 vs wchar_t memory efficiency
2015-08-14 07:55:24 -07:00
Arseny Kapoulkine
c55e551235
docs: Add PUGIXML_COMPACT documentation
...
Also add PUGIXML_COMPACT to pugiconfig.hpp
2015-08-14 07:55:24 -07:00
Arseny Kapoulkine
9b8553bf4b
docs: Update release date
2015-04-10 20:49:47 -07:00
Arseny Kapoulkine
10ff488eb9
docs: Use automatically retrieved version for docs
...
This eliminates one more hardcoded version from the repo, yay!
2015-03-24 20:59:04 -07:00
Arseny Kapoulkine
e35058cfda
docs: Add generated documentation
2015-03-24 20:07:19 -07:00
Arseny Kapoulkine
2843f91d00
docs: Remove old HTML documentation
2015-03-21 21:04:28 -07:00
Arseny Kapoulkine
58609480a1
docs: Regenerate documentation
2015-03-20 00:17:51 -07:00
Arseny Kapoulkine
7eaf0670d9
docs: Update changelog to mention MinGW load_file fix
2014-11-25 18:23:36 -08:00
Arseny Kapoulkine
1a06d7d3de
docs: Regenerated documentation
...
Also fix documentation jam rules for Windows.
2014-11-18 09:30:19 -08:00
Arseny Kapoulkine
9f92eeba44
docs: Update release date to... today
...
git-svn-id: https://pugixml.googlecode.com/svn/trunk@994 99668b35-9821-0410-8761-19e4c4f06640
2014-02-28 06:01:23 +00:00
Arseny Kapoulkine
2094a4fd3d
docs: Regenerate HTML documentation
...
git-svn-id: https://pugixml.googlecode.com/svn/trunk@993 99668b35-9821-0410-8761-19e4c4f06640
2014-02-28 06:01:16 +00:00
arseny.kapoulkine@gmail.com
a50f47f805
docs: Regenerated HTML documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@910 99668b35-9821-0410-8761-19e4c4f06640
2012-04-30 15:37:36 +00:00
arseny.kapoulkine@gmail.com
7e71534577
docs: Regenerated HTML documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@908 99668b35-9821-0410-8761-19e4c4f06640
2012-04-29 22:51:21 +00:00
arseny.kapoulkine
a049c2db1d
docs: Regenerated HTML documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@792 99668b35-9821-0410-8761-19e4c4f06640
2010-10-31 17:58:31 +00:00
arseny.kapoulkine
186e491d1e
docs: Regenerated HTML documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@790 99668b35-9821-0410-8761-19e4c4f06640
2010-10-31 07:45:27 +00:00
arseny.kapoulkine
18055b5bfa
docs: Regenerated documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@605 99668b35-9821-0410-8761-19e4c4f06640
2010-07-15 17:02:56 +00:00
arseny.kapoulkine
f9a2dec792
docs: Added generated HTML documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@596 99668b35-9821-0410-8761-19e4c4f06640
2010-07-11 16:27:23 +00:00