Clutch  
                
                  
                    March 22, 2006, 10:59pm
                   
                  1 
               
             
            
              Hi all, hope you can help me out…
I stumbled on Kirupa’s tutorial on his XML guide and I think it is excellent! I plan to use multiple versions of it to setup a tier-level gallery, but I am coming into an issue…
I have tried to add a new description text field to call data from a new child node I’ve created called description. Everything else loads when adding the new code, but the text field remains “undefined”:
[COLOR=#003366]function loadXML(loaded) {[/COLOR]http://www.kirupa.com/forum/newthread.php?do=newthread&f=9 ”]
             
            
              
            
           
          
            
            
              
 Clutch:
 
Hi all, hope you can help me out…
I stumbled on Kirupa’s tutorial on his XML guide and I think it is excellent! I plan to use multiple versions of it to setup a tier-level gallery, but I am coming into an issue…
I have tried to add a new description text field to call data from a new child node I’ve created called description. Everything else loads when adding the new code, but the text field remains “undefined”:
[COLOR=#003366]function loadXML(loaded) {[/COLOR]
 
 
everything looks to be in order. if you want to troubleshoot though, you might try:
make sure the XML tag is different from the others (and closed). 
change the name desc_det to something not so similar to the other one. 
 
             
            
              
            
           
          
            
              
                Clutch  
              
                  
                    March 24, 2006,  7:14am
                   
                  3 
               
             
            
              
changing desc_det to capt_txt worked, thx :krazy:
             
            
              
            
           
          
            
              
                Clutch  
              
                  
                    March 24, 2006,  7:15am
                   
                  4 
               
             
            
              
changing desc_det to capt_txt worked, thx :krazy: