Easily parse XML documents with PHP 5.0 (5)

Source: Internet
Author: User
XML below is the information product name for all items under a category by using the GetNode () function:

Food11
Array ( [name] => food11 [price] => 12.90) array ( [id] => food11) Product Name: FOOD12
Array ( [name] => food12 [price] => 22.10 [desc] => Array ( [value] => good things recommend [attrs] => Array ( [creator] => Hahawen)) Array ( [id] => food12)
The following is a Findnodebypath () function that returns a product's information commodity name:
Food11

Array ( [name] => food11 [price] => 12.90) array ( [id] => food11)

The following is a SetValue () function that adds a property to the product "Food11" and then displays the result of the addition

   
   
   
     Hualian 
    
    Beijing Changan Street-No. No. 9999  
   
     supermarket chain 
    
   
     123456789 
    
    
     
     
       food11 
      
     
       12.90
       
      
        > This is a good product. 
       
     
     
    
      food12  
     
       22.10 
      
     
       good thing recommendation 
      
     
    
    
     
     
       tel21 
      
     
       1290 
      
     
    
    
     
     
       coat31 
      
     
       112 
      
     
     
     
       coat32 
      
     
       \ 
      
     
    
    
     
     
       hot41 
      
      
      
     
    
  

The following is a RemoveValue ()/removeattribute () function that changes and deletes attributes to the product "Food11", and then displays the result of the operation

   
   
   
     Hualian 
    
    Beijing Changan Street-No. No. 9999  
   
     supermarket chain 
    
   
     123456789 
    
    
     
     
       food11 
      
     
       12.90
       
      
        > This is a good product. 
       
     
     
    
      new food12  
     
       22.10 
      
     
    
    
    
      tel21  
     
       1290 
      
     
    
    
    
      coat31  
     
       112 
      
     
     
     
       coat32 
      
      
      
     
    
    
     
     
       hot41 
      
      
      
     
    
  


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.