|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to Import or Include
Hi There,
I have a xml file which look like as below:
<HELPPAGEROOT>
<CONTEXT>
<STEP Id="1">
<CONTEXTHELPS>
<CONTEXTHELP Name="vDescription">CALL
bpDescription</CONTEXTHELP> //line 1
<CONTEXTHELP Name="vAudienceList">CALL
bpAudienceList</CONTEXTHELP> //line 2
</CONTEXTHELPS>
</STEP>
</CONTEXT>
</HELPPAGEROOT>
Note here, there is a text "CALL bpDescription". This should replace the
text or whatever is there in "bpDescription" at another location. The other
location could be as below.
<HELPPAGEROOT>
<CONTEXT>
<STEP Id="1">
<CONTEXTHELPS>
<CONTEXTHELP Name="bpDescription">Optional: Provide a
description for the object.</CONTEXTHELP> //line 10
<CONTEXTHELP Name="bpAudienceList">Choose an existing object, or
create a new one...</CONTEXTHELP>
</CONTEXTHELPS>
</STEP>
</CONTEXT>
</HELPPAGEROOT>
Thus when line 1 is encountered, it should fetch the stuff from line 10 &
then give it back. How to do this magic??? Is there any HTML tag like
Include or import which gets the stuff from another location in another
file???
Thanks in advance
Deepak
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








