Assume I have an XML document including the following fragment:
 
<piece>text1<blob1>stuff</blob1>text2</piece>
 
How do you extract text1 separately from text2 - that is, programmatically distinguish where text1 ends and text2 begins?
 
Regards,
 
Terry
 
 
 
   

Reply via email to