<?xml version="1.0" encoding="utf-8"?> <xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882' xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882' xmlns:rs='urn:schemas-microsoft-com:rowset' xmlns:z='#RowsetSchema'> <s:Schema id='RowsetSchema'> <s:ElementType name='row' content='eltOnly' rs:CommandTimeout='30'> <s:AttributeType name='ows_LinkTitle' rs:name='Title' rs:number='2'> <s:datatype dt:type='string' dt:maxLength='512' /> </s:AttributeType> <s:AttributeType name='ows_AnnotationID' rs:name='Annotation ID' rs:number='3'> <s:datatype dt:type='string' dt:maxLength='512' /> </s:AttributeType> <s:AttributeType name='ows_MediaPath' rs:name='Media Path' rs:number='4'> <s:datatype dt:type='string' dt:maxLength='512' /> </s:AttributeType> <s:AttributeType name='ows_TimeCode' rs:name='Time Code' rs:number='5'> <s:datatype dt:type='string' dt:maxLength='512' /> </s:AttributeType> </s:ElementType> </s:Schema> <rs:data> <z:row ows_LinkTitle='my first test item' ows_AnnotationID='b3cd9a8c-e7d1-439e-b910-a94e1d91f406' ows_MediaPath='https://localhost, https://localhost/media1.wmv' ows_TimeCode='00:00:03.1234567' /> </rs:data> </xml>
Hi,
I have a similiar rowset, it looks like that:
I'm using the XmlRecords 1.5.8 and it is working well without issues. The problem is that I don't understand
how I can loop through the differents <ITEM>
The rest API give me the whole message without any problem:
But when i get to the XmlToRecordList ony one line it is consider:
I really don't understand how to tell the component that it need to loop through the list.
Thanks in advance for the help!
Simone
Problem solved! I just converted the enitity that was containing the result from record to list record! Thanks