in reply to Re: XSL transformation vs. parsing of html - Performance benefits
in thread XSL transformation vs. parsing of html - Performance benefits
<response> <serv> <host>xxx</host> <app>yyy</app> <port>12345</port> </serv> <function> <query> <func>aaa</func> <parameters> <parameter> <name>bbb</name> <value>1</value> </parameter> <parameter> <name>ccc</name> <value>10</value> </parameter> <parameter> <name>filter</name> <value>ggg</value> </parameter> </parameters> </query> <result> <articles> <!- article starts here -> <article> <attribute1>..</attribute1> ... <attribute36>..</attribute36> </article> </articles> </result> <time>13</time> </function> </response>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XSL transformation vs. parsing of html - Performance benefits
by dHarry (Abbot) on Jun 11, 2010 at 10:04 UTC |