Should there be multiple root elements in ConfigState.xml?
Posted: Thu Jun 20, 2013 4:33 pm
I tried opening ConfigState.xml with XML NotePad, and it complained about there being multiple root elements.
Should <header>...</header> be withing <TextPad>...</TextPad>, or vice versa?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<header>
<value name="application" type="string">TextPad</value>
<value name="version" type="string">1</value>
<value name="vendor" type="string">Helios Software Solutions</value>
</header>
<TextPad>
<Preferences>
...
Should <header>...</header> be withing <TextPad>...</TextPad>, or vice versa?
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<header>
<value name="application" type="string">TextPad</value>
<value name="version" type="string">1</value>
<value name="vendor" type="string">Helios Software Solutions</value>
</header>
<TextPad>
<Preferences>
...