Go to the source code of this file.
Namespaces | |
namespace | docbook |
Functions | |
get_id_title () | |
returns the id and the title of the current node | |
xml_to_xml ($content) | |
is_wellformed ($xml_content) | |
Check that the given XML string is well formed. | |
html_to_xml ($content) | |
text_to_xml ($content) | |
latex_to_xml ($content) | |
texi_to_xml ($content) |
get_id_title | ( | ) |
returns the id and the title of the current node
Definition at line 32 of file convert_to_xml.php.
References get_arr_navigation().
Referenced by html_to_xml(), text_to_xml(), and xml_to_xml().
xml_to_xml | ( | $ | content | ) |
Definition at line 50 of file convert_to_xml.php.
References get_id_title(), is_wellformed(), and process_index_node().
is_wellformed | ( | $ | xml_content | ) |
Check that the given XML string is well formed.
Return true if well formed, false otherwise.
Definition at line 71 of file convert_to_xml.php.
References popup_window(), shell(), and write_tmp_file().
Referenced by text_to_xml(), and xml_to_xml().
html_to_xml | ( | $ | content | ) |
Definition at line 94 of file convert_to_xml.php.
References get_id_title(), popup_window(), process_index_node(), shell(), and write_tmp_file().
text_to_xml | ( | $ | content | ) |
Definition at line 131 of file convert_to_xml.php.
References book(), get_id_title(), is_wellformed(), and process_index_node().
latex_to_xml | ( | $ | content | ) |
Definition at line 176 of file convert_to_xml.php.
texi_to_xml | ( | $ | content | ) |
Definition at line 186 of file convert_to_xml.php.