SEESenv/scripts/myrst2xml.py
changeset 32 de7ac08f237b
parent 31 06a02dd3966f
child 34 18b34db550ec
--- 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')