summaryrefslogtreecommitdiff
path: root/doc/html/property_tree/parsers.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/property_tree/parsers.html')
-rw-r--r--doc/html/property_tree/parsers.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/property_tree/parsers.html b/doc/html/property_tree/parsers.html
index 4c78a5be28..1f585a9785 100644
--- a/doc/html/property_tree/parsers.html
+++ b/doc/html/property_tree/parsers.html
@@ -4,9 +4,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>How to Populate a Property Tree</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../property_tree.html" title="Chapter&#160;25.&#160;Boost.PropertyTree">
+<link rel="up" href="../property_tree.html" title="Chapter&#160;28.&#160;Boost.PropertyTree">
<link rel="prev" href="synopsis.html" title="Property Tree Synopsis">
<link rel="next" href="accessing.html" title="How to Access Data in a Property Tree">
</head>
@@ -27,7 +27,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="property_tree.parsers"></a><a class="link" href="parsers.html" title="How to Populate a Property Tree">How to Populate a Property Tree</a>
</h2></div></div></div>
-<div class="toc"><dl>
+<div class="toc"><dl class="toc">
<dt><span class="section"><a href="parsers.html#property_tree.parsers.xml_parser">XML Parser</a></span></dt>
<dt><span class="section"><a href="parsers.html#property_tree.parsers.json_parser">JSON Parser</a></span></dt>
<dt><span class="section"><a href="parsers.html#property_tree.parsers.ini_parser">INI Parser</a></span></dt>
@@ -64,10 +64,10 @@
the global one.
</p>
<p>
- XML / property tree conversion schema (<code class="computeroutput"><a class="link" href="../boost/property_tree/xml_parser/read_xml_idp175725056.html" title="Function template read_xml">read_xml</a></code>
- and <code class="computeroutput"><a class="link" href="../boost/property_tree/xml_parser/write_xml_idp197174048.html" title="Function template write_xml">write_xml</a></code>):
+ XML / property tree conversion schema (<code class="computeroutput"><a class="link" href="../boost/property_tree/xml_parser/read_xml_idm46563245121040.html" title="Function template read_xml">read_xml</a></code>
+ and <code class="computeroutput"><a class="link" href="../boost/property_tree/xml_parser/write_xm_idm46563245097104.html" title="Function template write_xml">write_xml</a></code>):
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
Each XML element corresponds to a property tree node. The child elements
correspond to the children of the node.
@@ -115,7 +115,7 @@
The property tree dataset is not typed, and does not support arrays as such.
Thus, the following JSON / property tree mapping is used:
</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
JSON objects are mapped to nodes. Each property is a child node.
</li>