Hi,
Thanks for Reply It works using XSL
I want TO process these two xml file using PHP and DOMXML,
I have installed XSLT libs for PHP .
Can You Please guide me How I use this XSL using PHP.
Regards,
Pravin.
Quote:
quote:Originally posted by mhkay
Sure.
<xsl:template match="/">
<services>
<xsl:copy-of select="/services/service"/>
<xsl:copy-of select="document('file2.xml')/services/service"/>
</services>
</xsl:template>
Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
|