1 <?xml version="1.0" encoding="utf-8" ?>
2 <actions>
3 <salon>
4 <salondetail>
5 <![CDATA[
6 select 'page.php?action=price&sid='+convert(varchar,id) as pricelist,introduction,annoucement,mainpicture,showstaff,showstyle,showprice from stores where id={sid}
7 ]]>
8 </salondetail>
9 <pic>
10 select path as src from images where store_id={sid} order by seq
11 </pic>
12 <regionlist>
13 select region_name as text,id as value from regions where id={sid} order by region_name
14 </regionlist>
15 </salon>
16 <salon_reg>
17 <regionlist>
18 select region_name as text,id as value from regions order by region_name
19 </regionlist>
20 </salon_reg>
21 </actions>