summaryrefslogtreecommitdiff
path: root/zenxml/doc/index.html
blob: d7245a6b92535d53371cca0d6dc32cff01cdbc68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>zen::Xml: Overview</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />

<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>

</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  <td id="projectlogo"><img alt="Logo" src="zenXml.png"/></td>
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">zen::Xml
   
   </div>
   <div id="projectbrief">Simple C++  XML Processing</div>
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.8.0 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li class="current"><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">Overview </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><ul>
<li><a class="el" href="index.html#sec_Rationale">Rationale</a> </li>
<li><a class="el" href="index.html#sec_Quick_Start">Quick Start</a> </li>
<li><a class="el" href="index.html#sec_Supported_Platforms">Supported Platforms</a> </li>
<li><a class="el" href="index.html#sec_Flexible_Programming_Model">Flexible Programming Model</a> </li>
<li><a class="el" href="index.html#sec_Structured_XML_element_access">Structured XML element access</a> </li>
<li><a class="el" href="index.html#sec_Access_XML_attributes">Access XML attributes</a> </li>
<li><a class="el" href="index.html#sec_Automatic_conversion_built_in">Automatic conversion for built-in arithmetic types</a> </li>
<li><a class="el" href="index.html#sec_Automatic_conversion_string">Automatic conversion for string-like types</a> </li>
<li><a class="el" href="index.html#sec_Automatic_conversion_STL">Automatic conversion for STL container types</a> </li>
<li><a class="el" href="index.html#sec_Support_user_defined">Support for user-defined types</a> </li>
<li><a class="el" href="index.html#sec_Structured_user_types">Structured user types</a> </li>
<li><a class="el" href="index.html#sec_Type_Safety">Type Safety</a></li>
</ul>
<h2><a class="anchor" id="sec_Rationale"></a>
Rationale</h2>
<p>zen::Xml is an XML library serializing structured user data in a convenient way. Using compile-time information gathered by techniques of template metaprogramming it minimizes the manual overhead required and frees the user from implementing fundamental type conversions by himself. Basic data types such as</p>
<ul>
<li><b>all</b> built-in arithmetic numbers,</li>
<li><b>all</b> kinds of string classes and "string-like" types,</li>
<li><b>all</b> types defined as STL containers</li>
</ul>
<p>are handled automatically. Thereby a large number of recurring problems is solved by the library:</p>
<ul>
<li>generic number to string conversions</li>
<li>generic char to wchar_t conversions (UTF) for custom string classes in a platform independent manner</li>
<li>serialization of arbitrary STL container types</li>
<li>simple integration: header-only, no extra dependencies, fully portable</li>
<li>support arbitrary string classes everywhere: for file names, XML element names, attribute names, values, ...</li>
<li>XML library built on C++11 with focus on elegance, minimal code size, flexibility and performance</li>
<li>easily extensible API: allow for internationalization, fine-granular error handling, and custom file I/O</li>
</ul>
<p>The design follows the philosophy of the Loki library: <br/>
 <a href="http://loki-lib.sourceforge.net/index.php?n=Main.Philosophy">http://loki-lib.sourceforge.net/index.php?n=Main.Philosophy</a></p>
<h2><a class="anchor" id="sec_Quick_Start"></a>
Quick Start</h2>
<p>1. Download zen::Xml: <a href="http://sourceforge.net/projects/zenxml">http://sourceforge.net/projects/zenxml</a></p>
<p>2. Setup a preprocessor macro for your project to identify the platform (this is only required if you use C-stream-based file IO) </p>
<div class="fragment"><pre class="fragment">    ZEN_PLATFORM_WINDOWS
    or
    ZEN_PLATFORM_OTHER
</pre></div><p>3. For optimal performance define this global macro in release build: (following convention of the <code>assert</code> macro) </p>
<div class="fragment"><pre class="fragment">    NDEBUG
</pre></div><p>4. Include the main header: </p>
<div class="fragment"><pre class="fragment"><span class="preprocessor">#include &lt;zenxml/xml.h&gt;</span>
</pre></div><p>5. Start serializing user data:</p>
<div class="fragment"><pre class="fragment"><span class="keywordtype">size_t</span> a = 10;
<span class="keywordtype">double</span> b = 2.0;
<span class="keywordtype">int</span>    c = -1;
</pre></div><div class="fragment"><pre class="fragment"><a class="code" href="classzen_1_1_xml_doc.html" title="The complete XML document.">zen::XmlDoc</a> doc; <span class="comment">//empty XML document</span>

<a class="code" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> out(doc); <span class="comment">//the simplest way to fill the document is to use a data output proxy</span>
out[<span class="stringliteral">&quot;elem1&quot;</span>](a); <span class="comment">//</span>
out[<span class="stringliteral">&quot;elem2&quot;</span>](b); <span class="comment">//map data types to XML elements</span>
out[<span class="stringliteral">&quot;elem3&quot;</span>](c); <span class="comment">//</span>

<span class="keywordflow">try</span>
{
    <a class="code" href="namespacezen.html#adeeb6b2318097382ae47aa939fc15d4d" title="Save XML document to a file.">save</a>(doc, <span class="stringliteral">&quot;file.xml&quot;</span>); <span class="comment">//throw zen::XmlFileError</span>
}
<span class="keywordflow">catch</span> (<span class="keyword">const</span> <a class="code" href="structzen_1_1_xml_file_error.html" title="Exception thrown due to failed file I/O.">zen::XmlFileError</a>&amp; e) { <span class="comment">/* handle error */</span> }
</pre></div><p>The following XML file will be created: </p>
<div class="fragment"><pre class="fragment">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Root&gt;
    &lt;elem1&gt;10&lt;/elem1&gt;
    &lt;elem2&gt;2.000000&lt;/elem2&gt;
    &lt;elem3&gt;-1&lt;/elem3&gt;
&lt;/Root&gt;
</pre></div><p>Load an XML file and map its content to user data: </p>
<div class="fragment"><pre class="fragment"><a class="code" href="classzen_1_1_xml_doc.html" title="The complete XML document.">zen::XmlDoc</a> doc; <span class="comment">//empty XML document</span>

<span class="keywordflow">try</span>
{
    <a class="code" href="namespacezen.html#a900c1fb290f0eedc24354c487145dbee" title="Load XML document from a file.">load</a>(<span class="stringliteral">&quot;file.xml&quot;</span>, doc); <span class="comment">//throw XmlFileError, XmlParsingError</span>
}
<span class="keywordflow">catch</span> (<span class="keyword">const</span> <a class="code" href="structzen_1_1_xml_error.html" title="Exception base class for zen::Xml.">zen::XmlError</a>&amp; e) { <span class="comment">/* handle error */</span> }

<a class="code" href="classzen_1_1_xml_in.html" title="Proxy class to conveniently convert XML structure to user data.">zen::XmlIn</a> in(doc); <span class="comment">//the simplest way to read the document is to use a data input proxy</span>
in[<span class="stringliteral">&quot;elem1&quot;</span>](a); <span class="comment">//</span>
in[<span class="stringliteral">&quot;elem2&quot;</span>](b); <span class="comment">//map XML elements into user data</span>
in[<span class="stringliteral">&quot;elem3&quot;</span>](c); <span class="comment">//</span>

<span class="comment">//check for mapping errors, i.e. missing elements or conversion errors: you may consider these as warnings only</span>
<span class="keywordflow">if</span> (in.errorsOccured())
{
   std::vector&lt;std::wstring&gt; failedElements = in.getErrorsAs&lt;std::wstring&gt;();
   <span class="comment">/* generate error message showing the XML element names that failed to convert */</span>
}
</pre></div><h2><a class="anchor" id="sec_Supported_Platforms"></a>
Supported Platforms</h2>
<p>zen::Xml is written in a platform independent manner and runs on any rudimentary C++11 compliant compiler. It has been tested successfully under:</p>
<ul>
<li>Windows:<ol type="1">
<li>Visual C++ 2010 - 32 bit</li>
<li>Visual C++ 2010 - 64 bit</li>
<li>MinGW: GCC 4.5.2 - 32 bit</li>
</ol>
</li>
</ul>
<ul>
<li>Linux:<ol type="1">
<li>GCC 4.5.2 - 32 bit</li>
<li>GCC 4.5.2 - 64 bit</li>
</ol>
</li>
</ul>
<ul>
<li>Mac OS X:<ol type="1">
<li>Clang 3.2 - 64 bit</li>
</ol>
</li>
</ul>
<p><b>Note:</b> In order to enable C++11 features in GCC it is required to specify either of the following compiler options: </p>
<div class="fragment"><pre class="fragment">-std=c++11
-std=c++0x
-std=gnu++0x
</pre></div><h2><a class="anchor" id="sec_Flexible_Programming_Model"></a>
Flexible Programming Model</h2>
<p>Depending on what granularity of control is required in a particular application, zen::Xml allows the user to choose between full control or simplicity. <br/>
<br/>
 The library is structured into the following parts, each of which can be used in isolation: <br/>
<br/>
 <b>&lt;File&gt;</b> <br/>
 |<br/>
 | <a class="el" href="io_8h_source.html" title="Save and load byte streams from files.">io.h</a><br/>
 |<br/>
 <b>&lt;Byte Stream&gt;</b><br/>
 |<br/>
 | <a class="el" href="parser_8h_source.html" title="Convert an XML document object model (class XmlDoc) to and from a byte stream representation.">parser.h</a><br/>
 |<br/>
 <b>&lt;Document Object Model&gt;</b><br/>
 |<br/>
 | <a class="el" href="bind_8h_source.html" title="Map user data types to XML.">bind.h</a><br/>
 |<br/>
 <b>&lt;C++ user data&gt;</b> <br/>
<br/>
</p>
<ul>
<li>Save an XML document to memory <div class="fragment"><pre class="fragment"><a class="code" href="classzen_1_1_xml_doc.html" title="The complete XML document.">zen::XmlDoc</a> doc;
    ... <span class="comment">//fill it</span>
std::string stream = <a class="code" href="namespacezen.html#afaa4920e275078e6c8009fbdf58b57ee" title="Save XML document as a byte stream.">serialize</a>(doc); <span class="comment">//throw ()</span>
<span class="comment">/* you now have a binary XML stream */</span>

<a class="code" href="namespacezen.html#a4ba7bbaa14a787b07fc13da9145aabe2" title="Save byte stream to a file.">saveStream</a>(stream, <span class="stringliteral">&quot;file.xml&quot;</span>); <span class="comment">//throw XmlFileError</span>
<span class="comment">//if all you need is to store XmlDoc in a file direcly you can use zen::save() instead</span>
</pre></div></li>
</ul>
<ul>
<li>Load XML document from memory <div class="fragment"><pre class="fragment"><span class="comment">//get XML byte stream:</span>
std::string stream = <a class="code" href="namespacezen.html#a04fe23c3bd9b7d03309620b5ea763607" title="Load byte stream from a file.">loadStream</a>(<span class="stringliteral">&quot;file.xml&quot;</span>); <span class="comment">//throw XmlFileError</span>

<a class="code" href="classzen_1_1_xml_doc.html" title="The complete XML document.">zen::XmlDoc</a> doc;
<span class="comment">//parse byte stream into an XML document:</span>
<a class="code" href="namespacezen.html#a6cf1ec0b57fc1ae9aa95761800e67ec7" title="Load XML document from a byte stream.">parse</a>(stream, doc); <span class="comment">//throw XmlParsingError</span>
<span class="comment">//if all you need is to load an XmlDoc from a file you can use zen::load() directly</span>
</pre></div></li>
</ul>
<ul>
<li>Fine-granular error checking with the data input proxy <div class="fragment"><pre class="fragment"><a class="code" href="classzen_1_1_xml_in.html" title="Proxy class to conveniently convert XML structure to user data.">zen::XmlIn</a> in(doc);
<span class="comment">//map XML elements into user data</span>
<span class="keywordflow">if</span> (!in[<span class="stringliteral">&quot;elem1&quot;</span>](a))
   <span class="keywordflow">throw</span> MyCustomException();
<span class="keywordflow">if</span> (!in[<span class="stringliteral">&quot;elem2&quot;</span>](b))
   <span class="keywordflow">throw</span> MyCustomException();
<span class="keywordflow">if</span> (!in[<span class="stringliteral">&quot;elem3&quot;</span>](c))
   <span class="keywordflow">throw</span> MyCustomException();

<span class="comment">//if (in.errorsOccured()) ...  &lt;- not required here: contains the same conversion errors checked manually before</span>
</pre></div></li>
</ul>
<ul>
<li>Access the Document Object Model directly (without input/output proxy) <br/>
<br/>
 The full power of type conversions which is available via the input/output proxy classes <a class="el" href="classzen_1_1_xml_in.html" title="Proxy class to conveniently convert XML structure to user data.">zen::XmlIn</a> and <a class="el" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> is also available for the document object model! <div class="fragment"><pre class="fragment"><span class="keyword">using namespace </span>zen;

<a class="code" href="classzen_1_1_xml_doc.html" title="The complete XML document.">XmlDoc</a> doc;

<a class="code" href="classzen_1_1_xml_element.html" title="An XML element.">XmlElement</a>&amp; child = doc.<a class="code" href="classzen_1_1_xml_doc.html#ad4a9594d93885fc1a12db28e8246648d" title="Get a const reference to the document&#39;s root element.">root</a>().<a class="code" href="classzen_1_1_xml_element.html#a653caffa6fad89db7d14f67f987ad0f9" title="Create a new child element and return a reference to it.">addChild</a>(<span class="stringliteral">&quot;elem1&quot;</span>);
child.<a class="code" href="classzen_1_1_xml_element.html#aaf3a26f6199fc88cce7d9d911ba21b01" title="Set the value of this element.">setValue</a>(1234);

<a class="code" href="namespacezen.html#adeeb6b2318097382ae47aa939fc15d4d" title="Save XML document to a file.">save</a>(doc, <span class="stringliteral">&quot;file.xml&quot;</span>); <span class="comment">//throw XmlFileError</span>
</pre></div> <br/>
 <div class="fragment"><pre class="fragment"><span class="keyword">using namespace </span>zen;

<a class="code" href="classzen_1_1_xml_doc.html" title="The complete XML document.">XmlDoc</a> doc;
<a class="code" href="namespacezen.html#a900c1fb290f0eedc24354c487145dbee" title="Load XML document from a file.">load</a>(<span class="stringliteral">&quot;file.xml&quot;</span>, doc); <span class="comment">//throw XmlFileError, XmlParsingError</span>

<a class="code" href="classzen_1_1_xml_element.html" title="An XML element.">XmlElement</a>* child = doc.<a class="code" href="classzen_1_1_xml_doc.html#ad4a9594d93885fc1a12db28e8246648d" title="Get a const reference to the document&#39;s root element.">root</a>().<a class="code" href="classzen_1_1_xml_element.html#a3ab82b1720460487f4afabcd115d0c7e" title="Retrieve a child element with the given name.">getChild</a>(<span class="stringliteral">&quot;elem1&quot;</span>);
<span class="keywordflow">if</span> (child)
{
    <span class="keywordtype">int</span> value = -1;
    <span class="keywordflow">if</span> (!child-&gt;getValue(value))
        ... <span class="comment">//handle conversion error</span>
}
<span class="keywordflow">else</span>
    ... <span class="comment">//XML element not found</span>
</pre></div></li>
</ul>
<h2><a class="anchor" id="sec_Structured_XML_element_access"></a>
Structured XML element access</h2>
<div class="fragment"><pre class="fragment"><span class="comment">//write a value into one deeply nested XML element - note the different types used seamlessly: char[], wchar_t[], char, wchar_t, int</span>
<a class="code" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> out(doc);
out[<span class="stringliteral">&quot;elemento1&quot;</span>][L<span class="stringliteral">&quot;элемент2&quot;</span>][L<span class="stringliteral">&quot;要素3&quot;</span>][L<span class="stringliteral">&quot;στοιχείο4&quot;</span>][<span class="stringliteral">&quot;elem5&quot;</span>][L<span class="stringliteral">&quot;元素6&quot;</span>][L<span class="stringliteral">&#39;&#39;</span>][<span class="charliteral">&#39;z&#39;</span>](-1234);
</pre></div><p>The resulting XML: </p>
<div class="fragment"><pre class="fragment">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Root&gt;
    &lt;elemento1&gt;
        &lt;элемент2&gt;
            &lt;要素3&gt;
                &lt;στοιχείο4&gt;
                    &lt;elem5&gt;
                        &lt;元素6&gt;
                            &lt;&gt;
                                &lt;z&gt;-1234&lt;/z&gt;
                            &lt;/元&gt;
                        &lt;/元素6&gt;
                    &lt;/elem5&gt;
                &lt;/στοιχείο4&gt;
            &lt;/要素3&gt;
        &lt;/элемент2&gt;
    &lt;/elemento1&gt;
&lt;/Root&gt;
</pre></div><h2><a class="anchor" id="sec_Access_XML_attributes"></a>
Access XML attributes</h2>
<div class="fragment"><pre class="fragment"><a class="code" href="classzen_1_1_xml_doc.html" title="The complete XML document.">zen::XmlDoc</a> doc;

<a class="code" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> out(doc);
out[<span class="stringliteral">&quot;elem&quot;</span>].attribute(<span class="stringliteral">&quot;attr1&quot;</span>,   -1); <span class="comment">//</span>
out[<span class="stringliteral">&quot;elem&quot;</span>].attribute(<span class="stringliteral">&quot;attr2&quot;</span>,  2.1); <span class="comment">//write data into XML attributes</span>
out[<span class="stringliteral">&quot;elem&quot;</span>].attribute(<span class="stringliteral">&quot;attr3&quot;</span>, <span class="keyword">true</span>); <span class="comment">//</span>

<a class="code" href="namespacezen.html#adeeb6b2318097382ae47aa939fc15d4d" title="Save XML document to a file.">save</a>(doc, <span class="stringliteral">&quot;file.xml&quot;</span>); <span class="comment">//throw XmlFileError</span>
</pre></div><p>The resulting XML: </p>
<div class="fragment"><pre class="fragment">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Root&gt;
    &lt;elem attr1="-1" attr2="2.1" attr3="true"/&gt;
&lt;/Root&gt;
</pre></div><h2><a class="anchor" id="sec_Automatic_conversion_built_in"></a>
Automatic conversion for built-in arithmetic types</h2>
<p>All built-in arithmetic types and <code>bool</code> are detected at compile time and a proper conversion is applied. Common conversions for integer-like types such as <code>int</code>, <code>long</code>, <code>long long</code>, ect. as well as floating point types are optimized for maximum performance.</p>
<div class="fragment"><pre class="fragment"><a class="code" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> out(doc);

out[<span class="stringliteral">&quot;int&quot;</span>]   (-1234);
out[<span class="stringliteral">&quot;double&quot;</span>](1.23);
out[<span class="stringliteral">&quot;float&quot;</span>] (4.56f);
out[<span class="stringliteral">&quot;ulong&quot;</span>] (1234UL);
out[<span class="stringliteral">&quot;bool&quot;</span>]  (<span class="keyword">false</span>);
</pre></div><p>The resulting XML: </p>
<div class="fragment"><pre class="fragment">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Root&gt;
    &lt;int&gt;-1234&lt;/int&gt;
    &lt;double&gt;1.23&lt;/double&gt;
    &lt;float&gt;4.56&lt;/float&gt;
    &lt;ulong&gt;1234&lt;/ulong&gt;
    &lt;bool&gt;false&lt;/bool&gt;
&lt;/Root&gt;
</pre></div><h2><a class="anchor" id="sec_Automatic_conversion_string"></a>
Automatic conversion for string-like types</h2>
<p>The document object model of zen::Xml internally stores all names and values as a std::string. Consequently everything that is not a std::string but is "string-like" is UTF-converted into a std::string representation. By default zen::Xml accepts all character arrays like <code>char[]</code>, <code>wchar_t[]</code>, <code>char*</code>, <code>wchar_t*</code>, single characters like <code>char</code>, <code>wchar_t</code>, standard string classes like <code>std::string</code>, <code>std::wstring</code> and user-defined string classes. If the input string is based on <code>char</code>, it will simply be copied and thereby preserves any local encodings. If the input string is based on <code>wchar_t</code> it will be converted to an UTF-8 encoded <code>std::string</code>. The correct <code>wchar_t</code> encoding of the system will be detected at compile time, for example UTF-16 on Windows, UTF-32 on most Linux distributions.</p>
<p><b>Note:</b> User-defined string classes are automatically supported if they fulfill the following <b>string concept</b> by defining:</p>
<ol type="1">
<li>A typedef named <code>value_type</code> for the underlying character type: must be <code>char</code> or <code>wchar_t</code> </li>
<li>A member function <code>c_str()</code> returning something that can be converted into a <code>const value_type*</code></li>
<li>A member function <code>length()</code> returning the number of characters returned by <code>c_str()</code></li>
</ol>
<div class="fragment"><pre class="fragment">std::string  elem1 = <span class="stringliteral">&quot;elemento1&quot;</span>;
std::wstring elem2 = L<span class="stringliteral">&quot;элемент2&quot;</span>;
wxString     elem3 = L<span class="stringliteral">&quot;要素3&quot;</span>;
MyString     elem4 = L<span class="stringliteral">&quot;στοιχείο4&quot;</span>;

<a class="code" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> out(doc);

out[<span class="stringliteral">&quot;string&quot;</span>]    (elem1);
out[<span class="stringliteral">&quot;wstring&quot;</span>]   (elem2);
out[<span class="stringliteral">&quot;wxString&quot;</span>]  (elem3);
out[<span class="stringliteral">&quot;MyString&quot;</span>]  (elem4);
out[<span class="stringliteral">&quot;char[6]&quot;</span>]   (<span class="stringliteral">&quot;elem5&quot;</span>);
out[<span class="stringliteral">&quot;wchar_t[4]&quot;</span>](L<span class="stringliteral">&quot;元素6&quot;</span>);
out[<span class="stringliteral">&quot;wchar_t&quot;</span>]   (L<span class="stringliteral">&#39;&#39;</span>);
out[<span class="stringliteral">&quot;char&quot;</span>]      (<span class="charliteral">&#39;z&#39;</span>);
</pre></div><p>The resulting XML: </p>
<div class="fragment"><pre class="fragment">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Root&gt;
    &lt;string&gt;elemento1&lt;/string&gt;
    &lt;wstring&gt;элемент2&lt;/wstring&gt;
    &lt;wxString&gt;要素3&lt;/wxString&gt;
    &lt;MyString&gt;στοιχείο4&lt;/MyString&gt;
    &lt;char[6]&gt;elem5&lt;/char[6]&gt;
    &lt;wchar_t[4]&gt;元素6&lt;/wchar_t[4]&gt;
    &lt;wchar_t&gt;&lt;/wchar_t&gt;
    &lt;char&gt;z&lt;/char&gt;
&lt;/Root&gt;
</pre></div><h2><a class="anchor" id="sec_Automatic_conversion_STL"></a>
Automatic conversion for STL container types</h2>
<ul>
<li>User-defined STL compatible types are automatically supported if they fulfill the following <b>container concept</b> by defining:<ol type="1">
<li>A typedef named <code>value_type</code> for the underlying element type of the container</li>
<li>A typedef named <code>iterator</code> for a non-const iterator into the container</li>
<li>A typedef named <code>const_iterator</code> for a const iterator into the container <br/>
<br/>
</li>
<li>A member function <code>begin()</code> returning an iterator pointing to the first element in the container</li>
<li>A member function <code>end()</code> returning an iterator pointing just after the last element in the container</li>
<li>A member function <code>insert()</code> with the signature <code>iterator insert(iterator position, const value_type&amp; x)</code></li>
<li>A member function <code>clear()</code> removing all elements from the container</li>
</ol>
</li>
</ul>
<ul>
<li>In order to support combinations of user types and STL containers such as <code>std::vector&lt;MyType&gt;</code> or <code>std::vector&lt;std::list&lt;MyType&gt;&gt;</code> it is sufficient to only integrate <code>MyType</code> into zen::Xml. <br/>
 See <a class="el" href="index.html#sec_Support_user_defined">Support for user-defined types</a></li>
</ul>
<div class="fragment"><pre class="fragment">std::deque   &lt;float&gt;         testDeque;
std::list    &lt;size_t&gt;        testList;
std::map     &lt;double, char&gt;  testMap;
std::multimap&lt;short, double&gt; testMultiMap;
std::set     &lt;int&gt;           testSet;
std::multiset&lt;std::string&gt;   testMultiSet;
std::vector  &lt;wchar_t&gt;       testVector;
std::vector  &lt;std::list&lt;wchar_t&gt;&gt; testVectorList;
std::pair    &lt;char, wchar_t&gt; testPair;

<span class="comment">/* fill container */</span>

<a class="code" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> out(doc);

out[<span class="stringliteral">&quot;deque&quot;</span>]    (testDeque);
out[<span class="stringliteral">&quot;list&quot;</span>]     (testList);
out[<span class="stringliteral">&quot;map&quot;</span>]      (testMap);
out[<span class="stringliteral">&quot;multimap&quot;</span>] (testMultiMap);
out[<span class="stringliteral">&quot;set&quot;</span>]      (testSet);
out[<span class="stringliteral">&quot;multiset&quot;</span>] (testMultiSet);
out[<span class="stringliteral">&quot;vector&quot;</span>]   (testVector);
out[<span class="stringliteral">&quot;vect_list&quot;</span>](testVectorList);
out[<span class="stringliteral">&quot;pair&quot;</span> ]    (testPair);
</pre></div><p>The resulting XML: </p>
<div class="fragment"><pre class="fragment">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Root&gt;
    &lt;deque&gt;
        &lt;Item&gt;1.234&lt;/Item&gt;
        &lt;Item&gt;5.678&lt;/Item&gt;
    &lt;/deque&gt;
    &lt;list&gt;
        &lt;Item&gt;1&lt;/Item&gt;
        &lt;Item&gt;2&lt;/Item&gt;
    &lt;/list&gt;
    &lt;map&gt;
        &lt;Item&gt;
            &lt;one&gt;1.1&lt;/one&gt;
            &lt;two&gt;a&lt;/two&gt;
        &lt;/Item&gt;
        &lt;Item&gt;
            &lt;one&gt;2.2&lt;/one&gt;
            &lt;two&gt;b&lt;/two&gt;
        &lt;/Item&gt;
    &lt;/map&gt;
    &lt;multimap&gt;
        &lt;Item&gt;
            &lt;one&gt;3&lt;/one&gt;
            &lt;two&gt;99&lt;/two&gt;
        &lt;/Item&gt;
        &lt;Item&gt;
            &lt;one&gt;3&lt;/one&gt;
            &lt;two&gt;100&lt;/two&gt;
        &lt;/Item&gt;
        &lt;Item&gt;
            &lt;one&gt;4&lt;/one&gt;
            &lt;two&gt;101&lt;/two&gt;
        &lt;/Item&gt;
    &lt;/multimap&gt;
    &lt;set&gt;
        &lt;Item&gt;1&lt;/Item&gt;
        &lt;Item&gt;2&lt;/Item&gt;
    &lt;/set&gt;
    &lt;multiset&gt;
        &lt;Item&gt;1&lt;/Item&gt;
        &lt;Item&gt;1&lt;/Item&gt;
        &lt;Item&gt;2&lt;/Item&gt;
    &lt;/multiset&gt;
    &lt;vector&gt;
        &lt;Item&gt;Ä&lt;/Item&gt;
        &lt;Item&gt;Ö&lt;/Item&gt;
    &lt;/vector&gt;
    &lt;vect_list&gt;
        &lt;Item&gt;
            &lt;Item&gt;ä&lt;/Item&gt;
            &lt;Item&gt;ö&lt;/Item&gt;
            &lt;Item&gt;ü&lt;/Item&gt;
        &lt;/Item&gt;
        &lt;Item&gt;
            &lt;Item&gt;ä&lt;/Item&gt;
            &lt;Item&gt;ö&lt;/Item&gt;
            &lt;Item&gt;ü&lt;/Item&gt;
        &lt;/Item&gt;
    &lt;/vect_list&gt;
    &lt;pair&gt;
        &lt;one&gt;a&lt;/one&gt;
        &lt;two&gt;â&lt;/two&gt;
    &lt;/pair&gt;
&lt;/Root&gt;
</pre></div><h2><a class="anchor" id="sec_Support_user_defined"></a>
Support for user-defined types</h2>
<p>User types can be integrated into zen::Xml by providing specializations of <a class="el" href="namespacezen.html#acaf85ab94b61882f957afcd355386bff" title="Convert text to user data - used by XML elements and attributes.">zen::readText()</a> and <a class="el" href="namespacezen.html#a2ce2998296871fc2f4718ceceb22a23f" title="Convert user data into text - used by XML elements and attributes.">zen::writeText()</a> or <a class="el" href="namespacezen.html#a2bdcecfe7435ef11cedbce47d4e72ee1" title="Convert XML element to structured user data.">zen::readStruc()</a> and <a class="el" href="namespacezen.html#a29ddb823fe0a195f19a64448881b8bf6" title="Convert structured user data into an XML element.">zen::writeStruc()</a>. The first pair should be used for all non-structured types that can be represented as a simple text string. This specialization is then used to convert the type to XML elements and XML attributes. The second pair should be specialized for structured types that require an XML representation as a hierarchy of elements. This specialization is used when converting the type to XML elements only. <br/>
<br/>
 See section <a class="el" href="index.html#sec_Type_Safety">Type Safety</a> for a discussion of type categories. <br/>
<br/>
 <b>Example: Specialization for an enum type</b> </p>
<div class="fragment"><pre class="fragment"><span class="keyword">enum</span> UnitTime
{
    UNIT_SECOND,
    UNIT_MINUTE,
    UNIT_HOUR
};

<span class="keyword">namespace </span>zen
{
<span class="keyword">template</span> &lt;&gt; <span class="keyword">inline</span>
<span class="keywordtype">void</span> <a class="code" href="namespacezen.html#a2ce2998296871fc2f4718ceceb22a23f" title="Convert user data into text - used by XML elements and attributes.">writeText</a>(<span class="keyword">const</span> UnitTime&amp; value, std::string&amp; output)
{
    <span class="keywordflow">switch</span> (value)
    {
        <span class="keywordflow">case</span> UNIT_SECOND: output = <span class="stringliteral">&quot;second&quot;</span>; <span class="keywordflow">break</span>;
        <span class="keywordflow">case</span> UNIT_MINUTE: output = <span class="stringliteral">&quot;minute&quot;</span>; <span class="keywordflow">break</span>;
        <span class="keywordflow">case</span> UNIT_HOUR:   output = <span class="stringliteral">&quot;hour&quot;</span>  ; <span class="keywordflow">break</span>;
    }
}

<span class="keyword">template</span> &lt;&gt; <span class="keyword">inline</span>
<span class="keywordtype">bool</span> <a class="code" href="namespacezen.html#acaf85ab94b61882f957afcd355386bff" title="Convert text to user data - used by XML elements and attributes.">readText</a>(<span class="keyword">const</span> std::string&amp; input, UnitTime&amp; value)
{
    std::string tmp = input;
    zen::trim(tmp);
    <span class="keywordflow">if</span> (tmp == <span class="stringliteral">&quot;second&quot;</span>)
        value = UNIT_SECOND;
    <span class="keywordflow">else</span> <span class="keywordflow">if</span> (tmp == <span class="stringliteral">&quot;minute&quot;</span>)
        value = UNIT_MINUTE;
    <span class="keywordflow">else</span> <span class="keywordflow">if</span> (tmp == <span class="stringliteral">&quot;hour&quot;</span>)
        value = UNIT_HOUR;
    <span class="keywordflow">else</span>
        <span class="keywordflow">return</span> <span class="keyword">false</span>;
    <span class="keywordflow">return</span> <span class="keyword">true</span>;
}
}
</pre></div><p><b>Example: Brute-force specialization for an enum type</b> </p>
<div class="fragment"><pre class="fragment"><span class="keyword">namespace </span>zen
{
<span class="keyword">template</span> &lt;&gt; <span class="keyword">inline</span>
<span class="keywordtype">void</span> <a class="code" href="namespacezen.html#a2ce2998296871fc2f4718ceceb22a23f" title="Convert user data into text - used by XML elements and attributes.">writeText</a>(<span class="keyword">const</span> EnumType&amp; value, std::string&amp; output)
{
    output = zen::numberTo&lt;std::string&gt;(<span class="keyword">static_cast&lt;</span><span class="keywordtype">int</span><span class="keyword">&gt;</span>(value)); <span class="comment">//treat enum like an integer</span>
}

<span class="keyword">template</span> &lt;&gt; <span class="keyword">inline</span>
<span class="keywordtype">bool</span> <a class="code" href="namespacezen.html#acaf85ab94b61882f957afcd355386bff" title="Convert text to user data - used by XML elements and attributes.">readText</a>(<span class="keyword">const</span> std::string&amp; input, EnumType&amp; value)
{
    value = <span class="keyword">static_cast&lt;</span>EnumType<span class="keyword">&gt;</span>(zen::stringTo&lt;int&gt;(input)); <span class="comment">//treat enum like an integer</span>
    <span class="keywordflow">return</span> <span class="keyword">true</span>;
}
}
</pre></div><p><b>Example: Specialization for a structured user type</b> </p>
<div class="fragment"><pre class="fragment"><span class="keyword">struct </span>Config
{
    <span class="keywordtype">int</span> a;
    std::wstring b;
};

<span class="keyword">namespace </span>zen
{
<span class="keyword">template</span> &lt;&gt; <span class="keyword">inline</span>
<span class="keywordtype">void</span> <a class="code" href="namespacezen.html#a29ddb823fe0a195f19a64448881b8bf6" title="Convert structured user data into an XML element.">writeStruc</a>(<span class="keyword">const</span> Config&amp; value, XmlElement&amp; output)
{
    XmlOut out(output);
    out[<span class="stringliteral">&quot;number&quot;</span> ](value.a);
    out[<span class="stringliteral">&quot;address&quot;</span>](value.b);
}

<span class="keyword">template</span> &lt;&gt; <span class="keyword">inline</span>
<span class="keywordtype">bool</span> <a class="code" href="namespacezen.html#a2bdcecfe7435ef11cedbce47d4e72ee1" title="Convert XML element to structured user data.">readStruc</a>(<span class="keyword">const</span> XmlElement&amp; input, Config&amp; value)
{
    XmlIn in(input);
    <span class="keywordtype">bool</span> rv1 = in[<span class="stringliteral">&quot;number&quot;</span> ](value.a);
    <span class="keywordtype">bool</span> rv2 = in[<span class="stringliteral">&quot;address&quot;</span>](value.b);
    <span class="keywordflow">return</span> rv1 &amp;&amp; rv2;
}
}

<span class="keywordtype">int</span> main()
{
    Config cfg = { 2,  L<span class="stringliteral">&quot;Abc 3&quot;</span> };

    std::vector&lt;Config&gt; cfgList;
    cfgList.push_back(cfg);

    <a class="code" href="classzen_1_1_xml_doc.html" title="The complete XML document.">zen::XmlDoc</a> doc;
    <a class="code" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> out(doc); <span class="comment">//write to Xml via output proxy</span>
    out[<span class="stringliteral">&quot;config&quot;</span>](cfgList);
    <a class="code" href="namespacezen.html#adeeb6b2318097382ae47aa939fc15d4d" title="Save XML document to a file.">save</a>(doc, <span class="stringliteral">&quot;file.xml&quot;</span>); <span class="comment">//throw XmlFileError</span>
}
</pre></div><p>The resulting XML: </p>
<div class="fragment"><pre class="fragment">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;Root&gt;
    &lt;config&gt;
        &lt;Item&gt;
            &lt;number&gt;2&lt;/number&gt;
            &lt;address&gt;Abc 3&lt;/address&gt;
        &lt;/Item&gt;
    &lt;/config&gt;
&lt;/Root&gt;
</pre></div><h2><a class="anchor" id="sec_Structured_user_types"></a>
Structured user types</h2>
<p>Although it is possible to enable conversion of structured user types by specializing <a class="el" href="namespacezen.html#a2bdcecfe7435ef11cedbce47d4e72ee1" title="Convert XML element to structured user data.">zen::readStruc()</a> and <a class="el" href="namespacezen.html#a29ddb823fe0a195f19a64448881b8bf6" title="Convert structured user data into an XML element.">zen::writeStruc()</a> (see <a class="el" href="index.html#sec_Support_user_defined">Support for user-defined types</a>), this approach has one drawback: If a mapping error occurs when converting an XML element to structured user data, for example a child-element is missing, the input proxy class <a class="el" href="classzen_1_1_xml_in.html" title="Proxy class to conveniently convert XML structure to user data.">zen::XmlIn</a> is only able to detect that the whole conversion failed. It cannot say which child-elements in particular failed to convert. <br/>
<br/>
 Therefore it may be appropriate to convert structured types by calling subroutines in order to enable fine-granular logging:</p>
<div class="fragment"><pre class="fragment"><span class="keywordtype">void</span> readConfig(<span class="keyword">const</span> <a class="code" href="classzen_1_1_xml_in.html" title="Proxy class to conveniently convert XML structure to user data.">zen::XmlIn</a>&amp; in, Config&amp; cfg)
{
    in[<span class="stringliteral">&quot;number&quot;</span> ](value.a); <span class="comment">//failed conversions will now be logged for each single item by XmlIn</span>
    in[<span class="stringliteral">&quot;address&quot;</span>](value.b); <span class="comment">//instead of only once for the complete Config type!</span>
}


<span class="keywordtype">void</span> loadConfig(<span class="keyword">const</span> wxString&amp; filename, Config&amp; cfg)
{
    <a class="code" href="classzen_1_1_xml_doc.html" title="The complete XML document.">zen::XmlDoc</a> doc; <span class="comment">//empty XML document</span>

    <span class="keywordflow">try</span>
    {
        <a class="code" href="namespacezen.html#a900c1fb290f0eedc24354c487145dbee" title="Load XML document from a file.">load</a>(filename, doc); <span class="comment">//throw XmlFileError, XmlParsingError</span>
    }
    <span class="keywordflow">catch</span> (<span class="keyword">const</span> <a class="code" href="structzen_1_1_xml_error.html" title="Exception base class for zen::Xml.">zen::XmlError</a>&amp; e) { <span class="comment">/* handle error */</span> }

    <a class="code" href="classzen_1_1_xml_in.html" title="Proxy class to conveniently convert XML structure to user data.">zen::XmlIn</a> in(doc); 
 
    <a class="code" href="classzen_1_1_xml_in.html" title="Proxy class to conveniently convert XML structure to user data.">zen::XmlIn</a> inConfig = in[<span class="stringliteral">&quot;config&quot;</span>]; <span class="comment">//get input proxy for child element &quot;config&quot;</span>
  
    readConfig(inConfig, cfg); <span class="comment">//map child element to user data by calling subroutine</span>

    <span class="comment">//check for mapping errors: errors occuring in subroutines are considered, too!</span>
    <span class="keywordflow">if</span> (in.errorsOccured())
       <span class="comment">/* show mapping errors */</span>
}
</pre></div><h2><a class="anchor" id="sec_Type_Safety"></a>
Type Safety</h2>
<p>zen::Xml heavily uses methods of compile-time introspection in order to free the user from managing basic type conversions by himself. Thereby it is important to find the right balance between automatic conversions and type safety so that program correctness is not compromised. In the context of XML processing three fundamental type categories can be recognized:</p>
<ul>
<li><b>string-like types</b>: <code>std::string, wchar_t*, char[], wchar_t, wxString, MyStringClass, ...</code></li>
<li><b>to-string-convertible types</b>: any string-like type, all built-in arithmetic numbers, <code>bool</code></li>
<li><b>structured types</b>: any to-string-convertible type, STL containers, <code>std::pair</code>, structured user types</li>
</ul>
<p>These categories can be seen as a sequence of inclusive sets: </p>
<div class="fragment"><pre class="fragment">-----------------------------
| structured                |  Used as: XML element value
| ------------------------- |           Conversion via: readStruc(), writeStruc() - may be specialized for user-defined types!
| | to-string-convertible | |  Used as: XML element/attribute value
| | ---------------       | |           Conversion via: readText(), writeText() - may be specialized for user-defined types!
| | | string-like |       | |  Used as: XML element/attribute value or element name
| | ---------------       | |           Conversion via: utfCvrtTo&lt;&gt;()
| ------------------------- |
-----------------------------
</pre></div><p>A practical implication of this design is that conversions that do not make sense in a particular context simply lead to compile-time errors: </p>
<div class="fragment"><pre class="fragment"><a class="code" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> out(doc);
out[L<span class="charliteral">&#39;Z&#39;</span>](someValue); <span class="comment">//fine: a wchar_t is acceptable as an element name</span>
out[1234](someValue); <span class="comment">//compiler error: an integer is NOT &quot;string-like&quot;!</span>
</pre></div><p> <br/>
 </p>
<div class="fragment"><pre class="fragment"><span class="keywordtype">int</span> i = 0;
std::vector&lt;int&gt; v;

<a class="code" href="classzen_1_1_xml_out.html" title="Proxy class to conveniently convert user data into XML structure.">zen::XmlOut</a> out(doc);
out[<span class="stringliteral">&quot;elem1&quot;</span>](i); <span class="comment">//fine: both i and v can be converted to an XML element</span>
out[<span class="stringliteral">&quot;elem2&quot;</span>](v); <span class="comment">//</span>

out[<span class="stringliteral">&quot;elem&quot;</span>].attribute(<span class="stringliteral">&quot;attr1&quot;</span>, i); <span class="comment">//fine: an integer can be converted to an XML attribute</span>
out[<span class="stringliteral">&quot;elem&quot;</span>].attribute(<span class="stringliteral">&quot;attr2&quot;</span>, v); <span class="comment">//compiler error: a std::vector&lt;int&gt; is NOT &quot;to-string-convertible&quot;!</span>
</pre></div><dl class="section author"><dt>Author:</dt><dd><b>Zenju</b> <br/>
<br/>
 <b>Email:</b> zenju AT gmx DOT de </dd></dl>
</div></div><!-- contents -->


<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.0
</small></address>

</body>
</html>
bgstack15