abstract:
<component timestamp= name=some_name.dll />
as you can probably tell, this doesnt look good. Could some kind soul let me know how to put the " char correctly into my output please?
Cheers
-
Karym6
Hi All,
I had a brilliant thought this morning, why not use ruby to generate some xml for me.
Was a great idea, but I have fallen flat on my face when it comes to adding " to my xml file.
I am trying to create this line: puts results_file.puts "<component timestamp="" name=""#{x}"" />"
But, my issue is that it is giving me:
<component timestamp= name=some_name.dll />
as you can probably tell, this doesnt look good. Could some kind soul let me know how to put the " char correctly into my output please?
Cheers
-
Karym6 |