- Timestamp:
- 18/10/06 14:37:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/ingestAutomation/OAIBatch/oaiClean.py
r1590 r1599 40 40 k=ET.SubElement(kws,'keyword') 41 41 k.text=keyword 42 doc=ET.SubElement(outTree,'doc') 42 43 43 44 … … 49 50 50 51 #bif it in the output 51 outTree.append(newDoc)52 doc.append(newDoc) 52 53 53 54 # this is wrong, we need to know what the input encoding is, but it'll do for now.
Note: See TracChangeset
for help on using the changeset viewer.