Advertisement
philippxp

Untitled

Aug 14th, 2011
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.14 KB | None | 0 0
  1. Bisher:
  2.  
  3. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  4. <staff_has_fieldlist>
  5.    <staff_has_field staff_id="2135" field_id="3" content="[email protected]" />
  6.    <staff_has_field staff_id="4081" field_id="3" content="[email protected]" />
  7.    <staff_has_field staff_id="4191" field_id="3" content="[email protected]" />
  8. </staff_has_fieldlist>
  9.  
  10.  
  11. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  12. <fieldlist>
  13.    <field id="1" title="Alter" description="Das Alter einer Person" />
  14.    <field id="2" title="Telefon" description="Telefonnummer" />
  15.    <field id="3" title="E-Mail" description="Mail" />
  16. </fieldlist>
  17.  
  18.  
  19.  
  20. So bitte umwandeln:
  21.  
  22. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  23. <staff_has_fieldlist>
  24.    <staff_has_field staff_id="2135" field_id="3" title="Mail" description="Die Mailadresse einer Person" content="[email protected]" />
  25.    <staff_has_field staff_id="4081" field_id="3" title="Mail" description="Die Mailadresse einer Person" content="[email protected]" />
  26.    <staff_has_field staff_id="4191" field_id="3" title="Mail" description="Die Mailadresse einer Person" content="[email protected]" />
  27. </staff_has_fieldlist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement