hi all,
Quick questions probably as i have the error message that a semi colon is expected and an error occurs in processing my resource file. The message also retrieves the first URL line as to where the problem is occuring.
<FL:smarttaglist xmlns:FL="urn:schemas-microsoft-com:smarttags:list">
<FL:name>Related Data</FL:name>
<FL:description>Shows Data</FL:description>
<FL:updateable>false</FL:updateable>
<FL:updatefrequency>10080</FL:updatefrequency>
<FL:autoupdate>true</FL:autoupdate>
<FL:smarttag type="urn:schemas-microsoft-comffice:smarttags#States">
<FL:caption>Insitutional Shareholder Data</FL:caption>
<FL:terms>
<FL:termlist>"Sports", "Hsitory" </FL:termlist>
</FL:terms>
<FL:actions>
<FL:action id="Sports">
<FL:caption>My Sports</FL:caption>
<FL:url>" </FL:action>
<FL:action id="Info">
<FL:caption>More Info</FL:caption>
<FL:url> </FL:action>
</FL:actions>
</FL:smarttag>
</FL:smarttaglist>
Can anyone tell me how to resolve this one. Apologies i am new to XML and still learning
Best Regards
Quick questions probably as i have the error message that a semi colon is expected and an error occurs in processing my resource file. The message also retrieves the first URL line as to where the problem is occuring.
<FL:smarttaglist xmlns:FL="urn:schemas-microsoft-com:smarttags:list">
<FL:name>Related Data</FL:name>
<FL:description>Shows Data</FL:description>
<FL:updateable>false</FL:updateable>
<FL:updatefrequency>10080</FL:updatefrequency>
<FL:autoupdate>true</FL:autoupdate>
<FL:smarttag type="urn:schemas-microsoft-comffice:smarttags#States">
<FL:caption>Insitutional Shareholder Data</FL:caption>
<FL:terms>
<FL:termlist>"Sports", "Hsitory" </FL:termlist>
</FL:terms>
<FL:actions>
<FL:action id="Sports">
<FL:caption>My Sports</FL:caption>
<FL:url>" </FL:action>
<FL:action id="Info">
<FL:caption>More Info</FL:caption>
<FL:url> </FL:action>
</FL:actions>
</FL:smarttag>
</FL:smarttaglist>
Can anyone tell me how to resolve this one. Apologies i am new to XML and still learning
Best Regards