diff options
Diffstat (limited to 'docs/manual/saving.html')
-rw-r--r-- | docs/manual/saving.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/saving.html b/docs/manual/saving.html index 2be70cb..d0b2e02 100644 --- a/docs/manual/saving.html +++ b/docs/manual/saving.html @@ -465,7 +465,7 @@ <p> When you are saving the document using <code class="computeroutput"><span class="identifier">xml_document</span><span class="special">::</span><span class="identifier">save</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">xml_document</span><span class="special">::</span><span class="identifier">save_file</span><span class="special">()</span></code>, a default XML document declaration is output, if <code class="computeroutput"><span class="identifier">format_no_declaration</span></code> - is not speficied and if the document does not have a declaration node. However, + is not specified and if the document does not have a declaration node. However, the default declaration is not customizable. If you want to customize the declaration output, you need to create the declaration node yourself. </p> |