Trying to use the spry xmlData set and getting the following error.
 
Spry.Data.UpdateRegion(extend) caught an exception: TypeError:
Spry.Data.regionsArray[regionName].updateContent is not a function
Exception caught while loading
.../DisplayPages/admin/ContentPages/OurStaff.xml
Component returned failure code: 0x80070057 {NS_ERROR_ILLEGAL_VALUE)
[ns]XMLHttpRequest.setRequestHeader]
 
My xml is below
 
<?xml version="1.0" encoding="UTF-8"?>
<OurStaff>
   
    <Staff ID="1">   
    <StaffName>Staff Name 1</StaffName>
    <StaffStatus>1</StaffStatus>
    <dateupdated/>
    </Staff>
   
    <Staff ID="2">   
    <StaffName>Staff Name 2</StaffName>
    <StaffStatus>1</StaffStatus>
    <dateupdated/>
    </Staff>
   
    <Staff ID="3">   
    <StaffName>Staff Name 3</StaffName>
    <StaffStatus>1</StaffStatus>
    <dateupdated/>
    </Staff>
   
   </OurStaff>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262702
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to