Changeset 82
- Timestamp:
- Nov 6, 2009 12:24:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
epics2xml/epics2xml.py
r81 r82 206 206 # Use a stylesheet 207 207 target = "xml-stylesheet" 208 instructions = ' type="text/xsl" href="%s"' % (self.db['targetFile']['stylesheet'])208 instructions = 'type="text/xsl" href="%s" ' % (self.db['targetFile']['stylesheet']) 209 209 # 210 210 xsltNode = doc.createProcessingInstruction(target, instructions)
Note: See TracChangeset
for help on using the changeset viewer.