[Simple-support] Possible to to parse Text with child Element?
Brought to you by:
niallg
|
From: Casey R. <cas...@gm...> - 2011-01-18 17:38:59
|
Hello,
Is it possible to to parse XML containing text AND child elements?
For example, is the following serializable?
<element>
THIS IS SOME TEXT
<child-element>
..etc..
</child-element>
</element>
Is it possible to parse this XML using SimpleXml?
-- Casey Rodgers
|