Changeset 954
- Timestamp:
- 18/05/06 15:35:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/parser/parseTest.py
r952 r954 78 78 strCSML=parser_extra.removeInlineNS(strCSML) 79 79 strCSML=strCSML.replace('<','< ') 80 81 80 strCSML=strCSML.replace('>',' >') 81 listCSML=strCSML.split('>') 82 82 print "<h3>CSML Parsed OK - Note, this does not automatically mean it is valid CSML.. this is not a CSML validator..please check the output matches the input. </h3>" 83 83 84 for item in listCSML[:-1]: 85 86 87 84 for item in listCSML[:-1]: 85 item=item+'>' 86 print "<p>" + item + "</p>" 87 print "<h3> Sorry about the formatting...</h3>" 88 88 89 89
Note: See TracChangeset
for help on using the changeset viewer.