Changes between Version 153 and Version 154 of ProjectInformation


Ignore:
Timestamp:
11/30/10 22:48:06 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectInformation

    v153 v154  
    294294{{{
    295295resource = s3xrc.resource("gis", "location")
    296 resource.import_xml("uploaded_filename.osm", mynewvar="xxx")
     296template = os.path.join(request.folder, resource.XSLT_IMPORT_TEMPLATES, "osm.xsl")
     297resource.import_xml("uploaded_filename.osm", template=template, mynewvar="xxx")
    297298}}}
    298299 * The Stylesheet needs updating to act on these vars when found