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
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to write an
AbstractConfigurationto a String?I use a
Poco::Util::ServerApplicationand load a configuration file on startup.I then create some
AbstractConfigurationsvia 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
saveon thexmlconfigleads to an crash because the_pDocumentmember of theXMLConfigurationis 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