Login   Register  
PHP Classes
elePHPant
Icontem

File: data.xml

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rex Roger Rayla  >  Yggdrasil  >  data.xml  >  Download  
File: data.xml
Role: Auxiliary data
Content type: text/plain
Description: Sample XML
Class: Yggdrasil
Convert a XML document to an array and vice-versa
Author: By
Last change:
Date: 2011-08-18 21:55
Size: 589 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="iso-8859-1"?>
<methodCall>
<methodName>blogger.newPost</methodName>
<params>
 <param>
  <value>
   <string/>
  </value>
 </param>
 <param>
  <value>
   <string/>
  </value>
 </param>
 <param>
  <value>
   <string>admin</string>
  </value>
 </param>
 <param>
  <value>
   <string>admin</string>
  </value>
 </param>
 <param>
  <value>
   <string><title>Test</title><category>Uncategorized</category>This is a test</string>
  </value>
 </param>
 <param>
  <value>
   <int>1</int>
  </value>
 </param>
</params>
</methodCall>