diff --git a/LICENSE.md b/LICENSE.md index 1ea0d5e..f4fd092 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2006-2025 Arseny Kapoulkine +Copyright (c) 2006-2026 Arseny Kapoulkine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/docs/manual.adoc b/docs/manual.adoc index 429b982..7440b5d 100644 --- a/docs/manual.adoc +++ b/docs/manual.adoc @@ -46,7 +46,7 @@ Thanks to *Vyacheslav Egorov* for documentation proofreading and fuzz testing. The pugixml library is distributed under the MIT license: .... -Copyright (c) 2006-2025 Arseny Kapoulkine +Copyright (c) 2006-2026 Arseny Kapoulkine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -74,7 +74,7 @@ This means that you can freely use pugixml in your applications, both open-sourc .... This software is based on pugixml library (https://pugixml.org). -pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine. +pugixml is Copyright (C) 2006-2026 Arseny Kapoulkine. .... [[install]] diff --git a/docs/manual.html b/docs/manual.html index 66b26bd..8e44958 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -4,7 +4,7 @@ - + pugixml 1.15 manual @@ -141,7 +141,7 @@ p a>code:hover{color:rgba(0,0,0,.9)} #content::before{content:none} #header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0} #header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf} -#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px} +#header>h1:only-child{border-bottom:1px solid #dddddf;padding-bottom:8px} #header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:flex;flex-flow:row wrap} #header .details span:first-child{margin-left:-.125em} #header .details span.email a{color:rgba(0,0,0,.85)} @@ -163,6 +163,7 @@ p a>code:hover{color:rgba(0,0,0,.9)} #toctitle{color:#7a2518;font-size:1.2em} @media screen and (min-width:768px){#toctitle{font-size:1.375em} body.toc2{padding-left:15em;padding-right:0} +body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px} #toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto} #toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em} #toc.toc2>ul{font-size:.9em;margin-bottom:0} @@ -328,7 +329,7 @@ a.image{text-decoration:none;display:inline-block} a.image object{pointer-events:none} sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super} sup.footnote a,sup.footnoteref a{text-decoration:none} -sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline} +sup.footnote a:active,sup.footnoteref a:active,#footnotes .footnote a:first-of-type:active{text-decoration:underline} #footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em} #footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0} #footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em} @@ -709,7 +710,7 @@ No documentation is perfect; neither is this one. If you find errors or omission
-
Copyright (c) 2006-2025 Arseny Kapoulkine
+
Copyright (c) 2006-2026 Arseny Kapoulkine
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
@@ -739,7 +740,7 @@ OTHER DEALINGS IN THE SOFTWARE.
This software is based on pugixml library (https://pugixml.org).
-pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine.
+pugixml is Copyright (C) 2006-2026 Arseny Kapoulkine.
@@ -2966,7 +2967,7 @@ If you do not want your document to contain some node or attribute, you can remo pugi::xml_node node = doc.child("node"); node.remove_child("description"); -// remove id attribute +// remove value attribute pugi::xml_node param = node.child("param"); param.remove_attribute("value"); @@ -6272,7 +6273,7 @@ If exceptions are disabled, then in the event of parsing failure the query is in diff --git a/docs/quickstart.adoc b/docs/quickstart.adoc index 112636b..e89a7c2 100644 --- a/docs/quickstart.adoc +++ b/docs/quickstart.adoc @@ -255,7 +255,7 @@ If filing an issue is not possible due to privacy or other concerns, you can con The pugixml library is distributed under the MIT license: .... -Copyright (c) 2006-2025 Arseny Kapoulkine +Copyright (c) 2006-2026 Arseny Kapoulkine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -283,5 +283,5 @@ This means that you can freely use pugixml in your applications, both open-sourc .... This software is based on pugixml library (https://pugixml.org). -pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine. +pugixml is Copyright (C) 2006-2026 Arseny Kapoulkine. .... diff --git a/docs/quickstart.html b/docs/quickstart.html index 7056b17..5a04fbf 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -4,7 +4,7 @@ - + pugixml 1.15 quick start guide @@ -141,7 +141,7 @@ p a>code:hover{color:rgba(0,0,0,.9)} #content::before{content:none} #header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0} #header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf} -#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px} +#header>h1:only-child{border-bottom:1px solid #dddddf;padding-bottom:8px} #header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:flex;flex-flow:row wrap} #header .details span:first-child{margin-left:-.125em} #header .details span.email a{color:rgba(0,0,0,.85)} @@ -163,6 +163,7 @@ p a>code:hover{color:rgba(0,0,0,.9)} #toctitle{color:#7a2518;font-size:1.2em} @media screen and (min-width:768px){#toctitle{font-size:1.375em} body.toc2{padding-left:15em;padding-right:0} +body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px} #toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto} #toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em} #toc.toc2>ul{font-size:.9em;margin-bottom:0} @@ -328,7 +329,7 @@ a.image{text-decoration:none;display:inline-block} a.image object{pointer-events:none} sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super} sup.footnote a,sup.footnoteref a{text-decoration:none} -sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline} +sup.footnote a:active,sup.footnoteref a:active,#footnotes .footnote a:first-of-type:active{text-decoration:underline} #footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em} #footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0} #footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em} @@ -970,7 +971,7 @@ XPath functions throw xpath_exception objects on error; the sample pugi::xml_node node = doc.child("node"); node.remove_child("description"); -// remove id attribute +// remove value attribute pugi::xml_node param = node.child("param"); param.remove_attribute("value"); @@ -1055,7 +1056,7 @@ XPath functions throw xpath_exception objects on error; the sample
-
Copyright (c) 2006-2025 Arseny Kapoulkine
+
Copyright (c) 2006-2026 Arseny Kapoulkine
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
@@ -1085,7 +1086,7 @@ OTHER DEALINGS IN THE SOFTWARE.
This software is based on pugixml library (https://pugixml.org).
-pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine.
+pugixml is Copyright (C) 2006-2026 Arseny Kapoulkine.
@@ -1099,7 +1100,7 @@ pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine. diff --git a/readme.txt b/readme.txt index 2d4c884..0f1b72f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,6 +1,6 @@ pugixml 1.15 - an XML processing library -Copyright (C) 2006-2025, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) +Copyright (C) 2006-2026, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) Report bugs and download new versions at https://pugixml.org/ This is the distribution of pugixml, which is a C++ XML processing library, @@ -26,7 +26,7 @@ The distribution contains the following folders: This library is distributed under the MIT License: -Copyright (c) 2006-2025 Arseny Kapoulkine +Copyright (c) 2006-2026 Arseny Kapoulkine Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/scripts/nuget/pugixml.nuspec b/scripts/nuget/pugixml.nuspec index 0e1107f..3f63743 100644 --- a/scripts/nuget/pugixml.nuspec +++ b/scripts/nuget/pugixml.nuspec @@ -14,7 +14,7 @@ pugixml is used by a lot of projects, both open-source and proprietary, for perf This package contains builds for VS2013, VS2015, VS2017, VS2019 and VS2022, for both statically linked and DLL CRT; you can switch the CRT linkage in Project -> Properties -> Referenced Packages -> pugixml. Light-weight, simple and fast XML parser for C++ with XPath support https://pugixml.org/docs/manual.html#changes - Copyright (c) 2006-2025 Arseny Kapoulkine + Copyright (c) 2006-2026 Arseny Kapoulkine native nativepackage diff --git a/scripts/pugixml_dll.rc b/scripts/pugixml_dll.rc index 6b5c618..9dc564d 100644 --- a/scripts/pugixml_dll.rc +++ b/scripts/pugixml_dll.rc @@ -31,7 +31,7 @@ BEGIN VALUE "FileDescription", "pugixml library\0" VALUE "FileVersion", PUGIXML_VERSION_NUMBER VALUE "InternalName", "pugixml.dll\0" - VALUE "LegalCopyright", "Copyright (C) 2006-2025, by Arseny Kapoulkine\0" + VALUE "LegalCopyright", "Copyright (C) 2006-2026, by Arseny Kapoulkine\0" VALUE "OriginalFilename", "pugixml.dll\0" VALUE "ProductName", "pugixml\0" VALUE "ProductVersion", PUGIXML_VERSION_NUMBER diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index 80008ea..41bd216 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -3,7 +3,7 @@ * -------------------------------------------------------- * Report bugs and download new versions at https://pugixml.org/ * - * SPDX-FileCopyrightText: Copyright (C) 2006-2025, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) + * SPDX-FileCopyrightText: Copyright (C) 2006-2026, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) * SPDX-License-Identifier: MIT * * See LICENSE.md or notice at the end of this file. @@ -53,7 +53,7 @@ #endif /** - * Copyright (c) 2006-2025 Arseny Kapoulkine + * Copyright (c) 2006-2026 Arseny Kapoulkine * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/src/pugixml.cpp b/src/pugixml.cpp index c314e31..0824aea 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -3,7 +3,7 @@ * -------------------------------------------------------- * Report bugs and download new versions at https://pugixml.org/ * - * SPDX-FileCopyrightText: Copyright (C) 2006-2025, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) + * SPDX-FileCopyrightText: Copyright (C) 2006-2026, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) * SPDX-License-Identifier: MIT * * See LICENSE.md or notice at the end of this file. @@ -13532,7 +13532,7 @@ namespace pugi #endif /** - * Copyright (c) 2006-2025 Arseny Kapoulkine + * Copyright (c) 2006-2026 Arseny Kapoulkine * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation diff --git a/src/pugixml.hpp b/src/pugixml.hpp index c5744e7..1a293d7 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -3,7 +3,7 @@ * -------------------------------------------------------- * Report bugs and download new versions at https://pugixml.org/ * - * SPDX-FileCopyrightText: Copyright (C) 2006-2025, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) + * SPDX-FileCopyrightText: Copyright (C) 2006-2026, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) * SPDX-License-Identifier: MIT * * See LICENSE.md or notice at the end of this file. @@ -1558,7 +1558,7 @@ namespace std #endif /** - * Copyright (c) 2006-2025 Arseny Kapoulkine + * Copyright (c) 2006-2026 Arseny Kapoulkine * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation