User Profile
Collapse
-
OK! i see the simularity there. Thank you so much i think this is it. -
wel, i can write xml with javascript for output to the site and getting al the tree elements. But i dont know how to save the xml in javascript. But i can look it up. You think thats a better solution for this?Leave a comment:
-
OK, thanks i did not know that. But how do i get further in the tree for inserting the product part?Leave a comment:
-
First, thank you for trying to help me.
Now i also tried this:
and this isn't working also.Code:$newproduct = $xml->get_elements_by_tagname("shirt");Leave a comment:
-
-
I have an XML file and want to insert from php4.
XML:
Code:<shops> <fashion> <shirt> <product> <soort>A</soort> <link>B</link> </product> </shirt> <pants> <product> <soort>E</soort> <link>F</link> </product> </pants> </fashion> </shops>
PHP4: ...
No activity results to display
Show More
Leave a comment: