
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