Hi All, I am calling one xml file from another.
<?xml version="1.0" encoding="utf-8"?>
<pp xmlns:xi="http://www.w3.org/2001/XInclude">
<xx>aa</xx>
<yy>bb</yy>
<xi:include href="A.xml" parse="xml"/>
</person>
But I am not sure how to test this one , I mean if its really getting called/refereed or not? Thanks