Hello,
im trying to import xml-data to MySQL.
I only want to import rows without attributes,
like 'aaa,bbb' in the example below.
(I have no problems to import all rows.)
Im using php + DOM XML
<mydoc>
<test>
<text1>aaa</text1>
<text2>bbb</text2>
</test>
<test id="something">...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.