Search found 4 matches

Go to advanced search

by Kjell
Mon Jun 10, 2013 10:40 am
Forum: Issues
Topic: Data mapping xml attributes
Replies: 7
Views: 216
 
Jump to post

Data mapping xml attributes

I hope you can find a solution for this. I can also imagine that there are people that want to write simple mobile apps towards existing web sites which are returning html.

by Kjell
Fri Jun 07, 2013 6:41 pm
Forum: Issues
Topic: Data mapping xml attributes
Replies: 7
Views: 216
 
Jump to post

Data mapping xml attributes

Ok, My rest service returns an xml which looks like: code <ul><li> <span class="type1">data1<&#47;span> <span class="type2">data2<&#47;span> <span class="type3">data3<&#47;span> <&#47;li><&#47;ul> /code And I want to map $(".type2").val() t...
by Kjell
Fri Jun 07, 2013 12:59 pm
Forum: Issues
Topic: Data mapping xml attributes
Replies: 7
Views: 216
 
Jump to post

Data mapping xml attributes

The xml was not readable, I try with this
<!--
<ul<li
<span class="type1"data1</span
<span class="type2"data2</span
<span class="type3"data3</span
</li</ul
--

by Kjell
Fri Jun 07, 2013 12:25 pm
Forum: Issues
Topic: Data mapping xml attributes
Replies: 7
Views: 216
 
Jump to post

Data mapping xml attributes

My rest service returns an xml which looks like: ulli span class="type1"data1/span span class="type2"data2/span span class="type3"data3/span /li/ul And I want to map $(".type2").val() to an input text box. It works fine if I change the javascript span[0] to sp...

Go to advanced search