Facing difficulty while parsing xml via jquery

ImPissed

New Member
please help me to read the texts "The Sun rises in the & and sets in the" from the following xml through jQuery. I need only those two texts not all the inner contents.\[code\]<blockquote>**The Sun rises in the**<inlineChoiceInteraction responseIdentifier="RESPONSE" shuffle="false"> <inlineChoice identifier="east">east</inlineChoice> <inlineChoice identifier="north">north</inlineChoice> <inlineChoice identifier="west">west</inlineChoice> <inlineChoice identifier="south">south</inlineChoice></inlineChoiceInteraction>**and sets in the**<inlineChoiceInteraction responseIdentifier="RESPONSE" shuffle="false"> <inlineChoice identifier="east">east</inlineChoice> <inlineChoice identifier="west">west</inlineChoice> <inlineChoice identifier="north">north</inlineChoice> <inlineChoice identifier="south">south</inlineChoice></inlineChoiceInteraction></blockquote>\[/code\]Thanks in Advance
 
Back
Top