- How can I insert xml data (as variable) from PHP using XSLT
- <root>
- <element id="1">
- </element>
- <element id="2">
- </element>
- </root>
- <root>
- <element id="1">
- <section>
- <record>12</record>
- </section>
- </element>
- <element id="2">
- <section>
- <input>menu</input>
- </section>
- </element>
- </root>