Jump to content

What is the quickest way to convert x into y?


Perad

Recommended Posts

This is X

 

<products_description>
        <products_id>1537</products_id>
        <language_id>2</language_id>
        <products_name></products_name>
        <products_description></products_description>
        <products_category></products_category>
        <products_material>Shell</products_material>
        <products_region>Papua New Guinea, PNG</products_region>
        <products_dimensions>C. 5 x 2 1/2 inches</products_dimensions>
        <products_tribal_group></products_tribal_group>
        <products_url></products_url>
        <products_viewed>6</products_viewed>
    </products_description>

 

This is y

('<products_id> Value', 3, '<products_region> Value'),

 

I have to do this several times so understanding how to do this will be very helpful indeed

Hi,

 

This seems to be a xml file ??

 

if so then you need to parse this xml file .In php5 there are built in support for xml parsing so it would be easier it will give you data in associative array from which you can easily display in your 'Y' format.

 

Regards

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.