Forum

July 12th, 2025
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Crappy XML format
19/05/2010
09:24
Avatar
DaElectric
Member
Members
Forum Posts: 16
Member Since:
15/05/2010
sp_UserOfflineSmall Offline

I have some XML coming from a Closed Source product that is burried inside one of thier dlls that I need to put a table against.

<?xml version="1.0" encoding="utf8" ?>
 <RecList_86>
 <row>
 <props><p1>3_4</p1><p2>135_16</p2><p3>202_30</p3></props>
  <f1>1</f1> <f2>1266277416</f2> <f3>dbo</f3>
  </row>
 <row>
  <f1>2</f1> <f2>1266277416</f2> <f3>dbo</f3>
  </row>
 <row>
  <f1>3</f1> <f2>1266277416</f2> <f3>dbo</f3>
  </row>
 <row>
  <f1>4</f1> <f2>1267616137</f2> <f3>ADMINISTRATOR</f3>
  </row>
 <row>
  <f1>5</f1> <f2>1266277416</f2> <f3>dbo</f3>
  </row>
 <row>
  <f1>6</f1> <f2>1266277416</f2> <f3>dbo</f3>
  </row>
 <row>
  <f1>7</f1> <f2>1266277416</f2> <f3>dbo</f3>
  </row>
 <row>
  <f1>8</f1> <f2>1266277416</f2> <f3>dbo</f3>
  </row>
 <row>
  <f1>9</f1> <f2>1266277416</f2> <f3>dbo</f3>
  </row>
 <row>
  <f1>10</f1> <f2>1267616153</f2> <f3>ADMINISTRATOR</f3>
  </row>
 </RecList_86>

currently my colModel looks like

[{"name": "f1", "index":"f1", "title":"Friendly Name"} etc....

Any ideas how I am supposed to get this to work correctly?

19/05/2010
18:58
Avatar
DaElectric
Member
Members
Forum Posts: 16
Member Since:
15/05/2010
sp_UserOfflineSmall Offline

Ok through some server side expressions I got the XML into the correct format now.

<?xml version="1.0" encoding="utf8" ?>
 <RecList>
  <RecCount>86</RecCount>
 <row>
 <props>
  <p1>3_4</p1>
  <p2>135_16</p2>
  <p3>202_30</p3>
  </props>
  <f1>1</f1>
  <f2>1266277417</f2>
  <f3>dbo</f3>
  </row>
</RecList>

Forum Timezone: Europe/Sofia

Most Users Ever Online: 994

Currently Online:
32 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information