Extracting Text out of XML Nodes

This is a discussion on "Extracting Text out of XML Nodes" within the Flash & Multimedia Forum section. This forum, and the thread "Extracting Text out of XML Nodes are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 12th, 2006, 14:54
Junior Member
Join Date: Jun 2004
Location: USA
Age: 25
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to DocBoy52 Send a message via AIM to DocBoy52 Send a message via Yahoo to DocBoy52
Extracting Text out of XML Nodes

I have a very simple XML file:

<?xml version="1.0" encoding="UTF-8">
<phoneBook>
<contact id="1">
<name>John Smith</name>
</contact>
</phoneBook>


My objective is to get Flash to trace the name "John Smith". I have the XML document imported in fine with no errors. If I do a trace on "myXML.firstChild.firstChild.firstChild" it will print out "<name>John Smith</name>" ... but if I trace "myXML.firstChild.firstChild.firstChild.nodeValue" , it comes out null. Does anybody know how I can get Flash to extract the text from a node, when the node / document tree isn't created in Flash?

Thanks
Reply With Quote

  #2 (permalink)  
Old Oct 18th, 2006, 14:46
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Extracting Text out of XML Nodes

Confused...What the heck are you trying to do?


Did you fix the problem?
Reply With Quote
Reply

Tags
dynamic content, flash, xml

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
making text field text disapear Phixon JavaScript Forum 4 Feb 2nd, 2008 07:49
[SOLVED] Extracting filename without extension from variable string. frankenscarf JavaScript Forum 3 Jan 11th, 2008 16:54
[SOLVED] Image with text -&gt; text with background alexgeek Web Page Design 5 Nov 13th, 2007 23:25
alt text/title text differences Donny Bahama Web Page Design 3 Apr 23rd, 2007 17:02
How do you center the text in text a box so that it can be e benbacardi Web Page Design 5 Apr 6th, 2004 12:12


All times are GMT. The time now is 20:11.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43