M
mamidogad
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.1
20050630//EN" "journalpublishing.dtd">
<input link="front.xml"/>
<body>
<sec>
<p>
</p>
</sec>........
.......
</body>
<input link="back.xml"/>
Thanks
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.1
20050630//EN" "journalpublishing.dtd">
<input link="front.xml"/>
<body>
<sec>
<p>
</p>
</sec>........
.......
</body>
<input link="back.xml"/>
Thanks