tags:

views:

56

answers:

1

i wonder if there is a good abstraction layer for XLM like ORM for databases?

is it a good solution or is it better to use simple_xml for xml CRUD?

+1  A: 

In Java, you can use Apache's XMLBEANS. For PHP, take a look at this Stack Overflow question.

Pablo Santa Cruz