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
Authors:
Peter Marklund <peter@collaboraid.biz>
Simon Carstensen <simon@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 test_util__replace_temporary_tags_with_lookups util__replace_temporary_tags_with_lookups (test acs-lang) lang::catalog::parse lang::catalog::parse test_util__replace_temporary_tags_with_lookups->lang::catalog::parse lang::catalog::get_required_xml_attribute lang::catalog::get_required_xml_attribute (private) lang::catalog::parse->lang::catalog::get_required_xml_attribute xml_doc_get_first_node xml_doc_get_first_node (public) lang::catalog::parse->xml_doc_get_first_node xml_node_get_children_by_name xml_node_get_children_by_name (public) lang::catalog::parse->xml_node_get_children_by_name xml_node_get_content xml_node_get_content (public) lang::catalog::parse->xml_node_get_content xml_node_get_name xml_node_get_name (public) lang::catalog::parse->xml_node_get_name lang::catalog::import_from_file lang::catalog::import_from_file (private) lang::catalog::import_from_file->lang::catalog::parse lang::util::replace_temporary_tags_with_lookups lang::util::replace_temporary_tags_with_lookups (public) lang::util::replace_temporary_tags_with_lookups->lang::catalog::parse

Testcases:
util__replace_temporary_tags_with_lookups
[ show source ]
Show another procedure: