Export xml data to matrix

let's say I have a lot of property for rent offers in xml file. Is it possible to create asset listing based on this xml file?

Matrix can read standard RSS format XML using the RSS Reader asset. This is part of the commercial Data package.

is it possible to create such asset in php ?
how much is this commercial package?

You can contact the Squiz Sales team (check www.squiz.net for contact information) about the pricing for the commercial packages. All of the code for MySource Matrix is written in PHP.


You could write your own asset in PHP that would read this XML file itself.


How to start writing my own asset in PHP? I've read MySource Matrix User Manuals but there is no advice

[quote]How to start writing my own asset in PHP? I’ve read MySource Matrix User Manuals but there is no advice
[right][post=“9658”]<{POST_SNAPBACK}>[/post][/right][/quote]



You would need to find or be an experienced PHP developer to write assets for MySource Matrix.

that’s obvious. I have some experience in PHP and I like coding. The problem is that I do not know where is the file that I can edit/write in php. How to create simple asset for matrix, for instance

    <? echo 'hello'; ?>
and how to implement this asset by matrix…

Check out the Packages directory for examples of additional packages and assets for Matrix. Also, read the Developer section of the Matrix website (http://matrix.squiz.net/developer/) for more information.

Some more info is available here: http://wiki.matrix.squiz.net/