Replies: 4 comments
-
@KevDi did you find any work around ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Rash419 sorry i did not found a workaround. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue is stale because it has been open for 365 days with no activity. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue was closed because it has been inactive for 60 days since being marked as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to write an
AbstractConfiguration
to a String?I use a
Poco::Util::ServerApplication
and load a configuration file on startup.I then create some
AbstractConfigurations
via thecreateView(...)
Function of the Config.The Configuration is a XML File. What i now want to archive is to wrote a Subpart of the Configuration back to a String.
This is what i have done:
Calling
save
on thexmlconfig
leads to an crash because the_pDocument
member of theXMLConfiguration
is not set.Is there a way to store parts of an XML Config in an String?
Beta Was this translation helpful? Give feedback.
All reactions