Link to home
Start Free TrialLog in
Avatar of rajsan1
rajsan1

asked on

how to merge two xml documents in xsl in Oracle 10g

  <xsl:variable name="patVisitLD" select="document('file:///opt/simpact/Connector/Vendors/patVisitLookup.xml')"/>
    <xsl:key name="pvisitKey" match="visitCode" use="@extCode"/>
ASKER CERTIFIED SOLUTION
Avatar of Shaju Kumbalath
Shaju Kumbalath
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial