Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   XML (http://www.velocityreviews.com/forums/f32-xml.html)
-   -   Dear sir (http://www.velocityreviews.com/forums/t484184-dear-sir.html)

mamidogad@gmail.com 03-14-2007 11:29 AM

Dear sir
 
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


Peter Flynn 03-16-2007 09:13 PM

Re: Dear sir
 
mamidogad@gmail.com wrote:
> 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"/>


XML FAQ: http://xml.silmaril.ie/authors/includes/

///Peter


All times are GMT. The time now is 03:06 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57