diff -r 06a02dd3966f -r de7ac08f237b SEESenv/scripts/myrst2xml.py --- a/SEESenv/scripts/myrst2xml.py Fri Feb 26 22:39:39 2010 +0530 +++ b/SEESenv/scripts/myrst2xml.py Sat Feb 27 00:10:28 2010 +0530 @@ -33,7 +33,7 @@ xml_file_temp='/'.join(file_name.split('/')[:-2]) name='ch'+str(chapterno)+name.split('.')[0] - xml_file=xml_file_temp+'/'+name+'.xml' + xml_file=tmp_folder+'/'+name+'.xml' print xml_file # a=open(xml_file,'w') publish_file(source_path=file_name, destination_path=xml_file,parser_name='restructuredtext', writer_name='xml')