save_options quesion in save_options.cpp #645
Answered
by
zeux
Mr-zhangyh
asked this question in
Q&A
-
When I output an XML file, how do I put the XML declaration on the first line and the other root nodes on the second line? txt |
Beta Was this translation helpful? Give feedback.
Answered by
zeux
Nov 5, 2024
Replies: 1 comment
-
You would need to use
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mr-zhangyh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would need to use
pugi::format_raw
and insert the declaration (if necessary) as well as the required newlines yourself, for example: