Help with XML code??? Possible code sample??
hi, i am wondering if anyone has a code snippet or example to allow me to read the "Style Name attribute" and child elements to a textbox, and possible write back to file from textboxes to the XML example below?
thanks for any help.
XML Example:
<ExampleMain>
<Settings>
<Style name="Test123">
<Background>
<File>image02.bmp</File>
<Stretched>1</Stretched>
<Cropped>0</Cropped>
</Background>
<Foreground>
<File>image5.bmp</File>
<Transparency>32</Transparency>
<Enabled>0</Enabled>
</Foreground>
</Style>
</Settings>
</ExampleMain>