44< meta charset ="UTF-8 ">
55< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < meta name ="generator " content ="Asciidoctor 2.0.20 ">
7+ < meta name ="generator " content ="Asciidoctor 2.0.23 ">
88< meta name ="author " content ="website, repository ">
99< title > pugixml 1.15 quick start guide</ title >
1010< link rel ="stylesheet " href ="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700 ">
141141# content ::before {content : none}
142142# header > h1 : first-child {color : rgba (0 , 0 , 0 , .85 );margin-top : 2.25rem ;margin-bottom : 0 }
143143# header > h1 : first-child + # toc {margin-top : 8px ;border-top : 1px solid # dddddf }
144- # header > h1 : only-child , body . toc2 # header > h1 : nth-last-child ( 2 ) {border-bottom : 1px solid # dddddf ;padding-bottom : 8px }
144+ # header > h1 : only-child {border-bottom : 1px solid # dddddf ;padding-bottom : 8px }
145145# 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}
146146# header .details span : first-child {margin-left : -.125em }
147147# header .details span .email a {color : rgba (0 , 0 , 0 , .85 )}
163163# toctitle {color : # 7a2518 ;font-size : 1.2em }
164164@media screen and (min-width : 768px ){# toctitle {font-size : 1.375em }
165165body .toc2 {padding-left : 15em ;padding-right : 0 }
166+ body .toc2 # header > h1 : nth-last-child (2 ){border-bottom : 1px solid # dddddf ;padding-bottom : 8px }
166167# 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}
167168# toc .toc2 # toctitle {margin-top : 0 ;margin-bottom : .8rem ;font-size : 1.2em }
168169# toc .toc2 > ul {font-size : .9em ;margin-bottom : 0 }
328329a .image object {pointer-events : none}
329330sup .footnote , sup .footnoteref {font-size : .875em ;position : static;vertical-align : super}
330331sup .footnote a , sup .footnoteref a {text-decoration : none}
331- sup .footnote a : active , sup .footnoteref a : active {text-decoration : underline}
332+ sup .footnote a : active , sup .footnoteref a : active , # footnotes . footnote a : first-of-type : active {text-decoration : underline}
332333# footnotes {padding-top : .75em ;padding-bottom : .75em ;margin-bottom : .625em }
333334# footnotes hr {width : 20% ;min-width : 6.25em ;margin : -.25em 0 .75em ;border-width : 1px 0 0 }
334335# 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 @@ <h2 id="modify"><a class="anchor" href="#modify"></a><a class="link" href="#modi
970971< span class ="tok-n "> pugi</ span > < span class ="tok-o "> ::</ span > < span class ="tok-n "> xml_node</ span > < span class ="tok-w "> </ span > < span class ="tok-n "> node</ span > < span class ="tok-w "> </ span > < span class ="tok-o "> =</ span > < span class ="tok-w "> </ span > < span class ="tok-n "> doc</ span > < span class ="tok-p "> .</ span > < span class ="tok-n "> child</ span > < span class ="tok-p "> (</ span > < span class ="tok-s "> "node"</ span > < span class ="tok-p "> );</ span >
971972< span class ="tok-n "> node</ span > < span class ="tok-p "> .</ span > < span class ="tok-n "> remove_child</ span > < span class ="tok-p "> (</ span > < span class ="tok-s "> "description"</ span > < span class ="tok-p "> );</ span >
972973
973- < span class ="tok-c1 "> // remove id attribute</ span >
974+ < span class ="tok-c1 "> // remove value attribute</ span >
974975< span class ="tok-n "> pugi</ span > < span class ="tok-o "> ::</ span > < span class ="tok-n "> xml_node</ span > < span class ="tok-w "> </ span > < span class ="tok-n "> param</ span > < span class ="tok-w "> </ span > < span class ="tok-o "> =</ span > < span class ="tok-w "> </ span > < span class ="tok-n "> node</ span > < span class ="tok-p "> .</ span > < span class ="tok-n "> child</ span > < span class ="tok-p "> (</ span > < span class ="tok-s "> "param"</ span > < span class ="tok-p "> );</ span >
975976< span class ="tok-n "> param</ span > < span class ="tok-p "> .</ span > < span class ="tok-n "> remove_attribute</ span > < span class ="tok-p "> (</ span > < span class ="tok-s "> "value"</ span > < span class ="tok-p "> );</ span >
976977
@@ -1055,7 +1056,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
10551056</ div >
10561057< div class ="literalblock ">
10571058< div class ="content ">
1058- < pre > Copyright (c) 2006-2025 Arseny Kapoulkine
1059+ < pre > Copyright (c) 2006-2026 Arseny Kapoulkine
10591060
10601061Permission is hereby granted, free of charge, to any person
10611062obtaining a copy of this software and associated documentation
@@ -1085,7 +1086,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
10851086< div class ="literalblock ">
10861087< div class ="content ">
10871088< pre > This software is based on pugixml library (https://pugixml.org).
1088- pugixml is Copyright (C) 2006-2025 Arseny Kapoulkine.</ pre >
1089+ pugixml is Copyright (C) 2006-2026 Arseny Kapoulkine.</ pre >
10891090</ div >
10901091</ div >
10911092</ div >
@@ -1099,7 +1100,7 @@ <h2 id="license"><a class="anchor" href="#license"></a><a class="link" href="#li
10991100</ div >
11001101< div id ="footer ">
11011102< div id ="footer-text ">
1102- Last updated 2025 -01-10 11:20:55 -0800
1103+ Last updated 2026 -01-02 09:51:54 -0800
11031104</ div >
11041105</ div >
11051106</ body >
0 commit comments