Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How can I insert xml data (as variable) from PHP using XSLT
  2. <root>
  3.   <element id="1">
  4.   </element>
  5.   <element id="2">
  6.   </element>
  7. </root>
  8.        
  9. <root>
  10.    <element id="1">
  11.       <section>
  12.          <record>12</record>
  13.       </section>
  14.    </element>
  15.    <element id="2">
  16.       <section>
  17.           <input>menu</input>
  18.       </section>
  19.    </element>
  20. </root>