lang::catalog::parse (private)

 lang::catalog::parse catalog_file_contents

Defined in packages/acs-lang/tcl/lang-catalog-procs.tcl

Parse the given catalog file xml contents and return the data as an array. The array will contain the following keys:

      package_key
      locale
      charset
      messages    - An array-list with message keys as keys and the message texts as values.
      descriptions - An array-list with message keys as keys and the descriptions as values.
    

Parameters:
catalog_file_contents (required)
Authors:
Peter Marklund <peter@collaboraid.biz>
Simon Carstensen <simon@collaboraid.biz>

Testcases:
util__replace_temporary_tags_with_lookups
[ show source ]
Show another procedure: