Changes between Version 25 and Version 26 of UserGuidelines/Importer


Ignore:
Timestamp:
01/21/11 18:40:30 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Importer

    v25 v26  
    1919or from Web2Py CLI:
    2020{{{
    21 resource = s3xrc.resource("hms", "hospital")
     21resource = s3xrc._resource("hms", "hospital")
    2222template = os.path.join(request.folder, resource.XSLT_PATH, "fods", "import.xsl")
    2323resource.import_xml("myhospitals.fods", template=template)