PHP Classes

Delete record

Recommend this page to a friend!

      crXml  >  All threads  >  Delete record  >  (Un) Subscribe thread alerts  
Subject:Delete record
Summary:sovannrupp@gmail.com
Messages:1
Author:Sovann Meas
Date:2013-02-25 04:50:00
 

  1. Delete record   Reply   Report abuse  
Picture of Sovann Meas Sovann Meas - 2013-02-25 04:50:00
Hi crXML team,

I wonder with your class like the following with my xml:

<?xml version="1.0" encoding="UTF-8"?>
<article>
<id>1</id>
<title>Home</title>
<name>home</name>
<text><![CDATA[<p style="color:red;">Text: Paragraph data information artile <span style="color:blue">1</span></p>]]></text>
<date>2012-12-12</date>
<time>6:50:10</time>
<category>home</category>
<image>1.jpg</image>
<seo_title>Home</seo_title>
<seo_page_title>Home page</seo_page_title>
<meta_keyword>Home meta keyword</meta_keyword>
<description>Home page description</description>
<lang>English</lang>
</article>

I want to delete on node <date> and <time>. how can I do?

my Email: sovannrupp@gmail.com