Click here to Skip to main content
15,897,315 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear Friends,
i want to read the xml element from xml file.in the below example if the
VB
<page-ref>
element value continuous means i need to write it as per the below output.
can anybody have idea? because i am a newbie to vb.

INPUT
VB
<ref-group>
 <page-ref>14728-14731 
</ref-group>


OUTPUT

XML
<ref-group>
<page-ref>14728
</page-ref>14729
</page-ref>14730
-
<page-ref>14731
</ref-group>
Posted
Comments
_Asif_ 19-Aug-13 3:17am    
you are using vb6? and your output is not wellformed, is it intentionally?
jai_mca 19-Aug-13 3:20am    
i need to develop my project in vb6.Yes Syed.The output will be like the above only.because i need to generate like the above only.
can you have any idea?
Sergey Alexandrovich Kryukov 19-Aug-13 3:31am    
It depends on what you mean by "VB", exactly.
—SA
jai_mca 19-Aug-13 3:33am    
thanks Sergy..But your answer not let me to achieve my task

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900