0

I just started working on symfony2.3 and I just want to know from my experienced symfony2.3 developers that is there any way in symfony2.3 version where I can convert all the yaml files in my project into xml?

rohitcopyright
  • 362
  • 1
  • 2
  • 9

1 Answers1

1

http://xmltoyaml.com/

First search in google. I guess this is what you're looking for?

Reinherd
  • 5,476
  • 7
  • 51
  • 88
  • There I will have to convert all the yml files manually..Is there any way to do the same in symfony? – rohitcopyright Sep 09 '13 at 13:34
  • I didn't find any bundle to achieve this... I guess the easiest way would be creating a script to do that. Like search all the .yml files, read them, send via get to that website and receive the result and save it into a xml file. A little bit of engineering but would do the trick, I guess. – Reinherd Sep 09 '13 at 13:36