How can I call mandatory part of XML.....

Dear Sir;

How can I call mandatory part of XML from other path and acheive validation
process
at the same time.

My full XML is divided to three parts (front, body, and back) how can I call
the front and back
from other path, e.g.,

<?xml version="1.0"?>
<!DOCTYPE  article PUBLIC "-//NLM//DTD Journal Publishing DTD
v2.120050630//EN" "
journalpublishing.dtd">

<input link="front.xml"/>

<body>
<sec>
<p>
</p>
</sec>........
.......
</body>

<input link="back.xml"/>

Thanks

Received on Wednesday, 14 March 2007 20:47:46 UTC