madHatter1
Technical User
Hello
I am completely new to XML - as you will now gather!
I have an XML file which includes the following:
<picture>
<image>bed_1.jpg</image>
<text>Picture 1</text>
</picture>
When I try to add some font attributes to the <text></text> above like this:
<picture>
<image>bed_1.jpg</image>
<text><font style="verdana" size="10">Picture 2</font></text>
</picture>
...it does nothing. Is this not the way to change attributes in XML? I have a file, in VBScript, which accompanies the XML file, and wonder if I need to change the font attributes in that?
Any guidance would be appreciated.
Thanks
Hatter
I am completely new to XML - as you will now gather!
I have an XML file which includes the following:
<picture>
<image>bed_1.jpg</image>
<text>Picture 1</text>
</picture>
When I try to add some font attributes to the <text></text> above like this:
<picture>
<image>bed_1.jpg</image>
<text><font style="verdana" size="10">Picture 2</font></text>
</picture>
...it does nothing. Is this not the way to change attributes in XML? I have a file, in VBScript, which accompanies the XML file, and wonder if I need to change the font attributes in that?
Any guidance would be appreciated.
Thanks
Hatter