SEESenv/scripts/myrst2xml.py
changeset 34 18b34db550ec
parent 32 de7ac08f237b
child 36 a542eb905ced
--- a/SEESenv/scripts/myrst2xml.py	Sun Feb 28 16:22:19 2010 +0530
+++ b/SEESenv/scripts/myrst2xml.py	Sun Feb 28 17:28:30 2010 +0530
@@ -33,7 +33,7 @@
     xml_file_temp='/'.join(file_name.split('/')[:-2])
      
     name='ch'+str(chapterno)+name.split('.')[0]
-    xml_file=tmp_folder+'/'+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')