- Joined
- Jun 14, 2004
- Posts
- 11,076
- Reaction score
- 962
If anyone is good with parsing XML files I need some help, the source file contains;
<![CDATA[
good data<br/>
good data too<br/>
not needed data
]]>
How do I read the first 2 lines into MySql but not the 3rd?
Many thanks
Admin
<![CDATA[
good data<br/>
good data too<br/>
not needed data
]]>
How do I read the first 2 lines into MySql but not the 3rd?
Many thanks
Admin