Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Xml Code

Status
Not open for further replies.

jimmyb29

Vendor
Feb 14, 2014
4
0
0
US

Would someone please tell me if this code looks right? I keep getting an error message.
Thanks,

Jimmyb

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<img_back>img/back.jpg</img_back>
<phpURL>/usr/local/bin/php</phpURL>
<alert_color>#FF0000</alert_color>
<name_color>#8d2405</name_color>
<message_color>#532b2b</message_color>
<datePosted_color>#307a03</datePosted_color>
<insert_ok><![CDATA[<font color='#0f5711'>Thanks for the message.</font>]]></insert_ok>
<insert_error><![CDATA[<font color='#ff0000'>Error adding Message</font>]]></insert_error>
</configuration>
 
Welcome to Tek-Tips, JimmyB.

Since this an XML forum, all I can tell you is that the XML presented has correct syntax. We can render no judgement whether it is correct for your purpose.

Tom Morrison
Hill Country Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top