Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <specifications>
  2. <attribute_group name="attributeGroup1">
  3. <attribute name="attribute1">
  4. <value>value1</value>
  5. </attribute>
  6. <attribute name="attribute2">
  7. <value>value2</value>
  8. </attribute>
  9. <attribute name="attribute3">
  10. <value>value3</value>
  11. </attribute>
  12. </attribute_group>
  13. <specifications>
  14.  
  15. INSERT INTO specs (attr_group,attr_name, attr_value) VALUES ('$attr_group','$attr_name', '$attr_value')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement