Changes between Version 153 and Version 154 of ProjectInformation
- Timestamp:
- 11/30/10 22:48:06 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectInformation
v153 v154 294 294 {{{ 295 295 resource = s3xrc.resource("gis", "location") 296 resource.import_xml("uploaded_filename.osm", mynewvar="xxx") 296 template = os.path.join(request.folder, resource.XSLT_IMPORT_TEMPLATES, "osm.xsl") 297 resource.import_xml("uploaded_filename.osm", template=template, mynewvar="xxx") 297 298 }}} 298 299 * The Stylesheet needs updating to act on these vars when found