Subversion Repositories SmartDukaan

Rev

Rev 9321 | Rev 11488 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9321 Rev 9345
Line 193... Line 193...
193
    spString = "<dom>" + spString + "</dom>"
193
    spString = "<dom>" + spString + "</dom>"
194
    dom = parseString(spString)
194
    dom = parseString(spString)
195
    try:
195
    try:
196
        transactions = dom.getElementsByTagName('TransactionHistoryPojo')
196
        transactions = dom.getElementsByTagName('TransactionHistoryPojo')
197
    except:
197
    except:
198
        continue
198
        pass
199
    return transactions
199
    return transactions
200
200