Hi, I want to retrieve XML content according to specified tags.
A user will click on a list item (links) on the left, and the corresponding XML content will appear.
ex. click on "Coach Home", then content of coach will appear on the left frame.
the xml is described as follows:
is there a conditional statement I can place? where? according to what?
A user will click on a list item (links) on the left, and the corresponding XML content will appear.
ex. click on "Coach Home", then content of coach will appear on the left frame.
the xml is described as follows:
Code:
<title>Coach Home</title> <titleContent> bla bla bla </titleContent>
Comment