#include "types.h"
#include <expat.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
unsigned int | scew_writer_tree_file (scew_tree const *tree, char const *file_name) |
unsigned int | scew_writer_tree_fp (scew_tree const *tree, FILE *out) |
|
Saves an XML tree to the specified file. If the file doesn't exist it will create it, and if it exists it will overwrite it.
|
|
Saves an XML tree to the already created file pointer.
|