How to create the following Html using GDataXml:
<p> First string child <a>link</a> second string child</p>
Note that <p> has three child:
<p>
Text without any tag: "First string child"
"First string child"
Link: <a>link</a>
<a>link</a>
Text without any tag: second string child.
second string child.
No comments:
Post a Comment