3

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?

never_had_a_name
  • 90,630
  • 105
  • 267
  • 383

1 Answers1

1

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

Community
  • 1
  • 1
Pablo Santa Cruz
  • 176,835
  • 32
  • 241
  • 292