Jump to content

Jquery - Return XML node


warhead2020

Recommended Posts

<level 1>
<level 2>
	<level 3-1>
		text 1
	</level 3-1>
	<level 3-2>
		This 1
	</level 3-2>
</level 2>
<level 2>
	<level 3-1>
		text 1
	</level 3-1>
	<level 3-2>
		This 2
	</level 3-2>
</level 2>
<level 2>
	<level 3-1>
		text 1
	</level 3-1>
	<level 3-2>
		This 3
	</level 3-2>
</level 2>
</level 1>

 

Hi, can someone help ni..how can i retrieve text node form 'level 3-2'?? My return data should be THIS 1,THIS 2,THIS 3. Thanks in advance.

Link to comment
https://forums.phpfreaks.com/topic/250237-jquery-return-xml-node/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.