| 157 * Returns the node in a string of xml. |
157 * Returns the node in a string of xml. |
| 158 * |
158 * |
| 159 * @param node The starting node to output. |
159 * @param node The starting node to output. |
| 160 * @param len Address for the size of the string. |
160 * @param len Address for the size of the string. |
| 161 * |
161 * |
| 162 * @return The node repersented as a string. You must |
162 * @return The node represented as a string. You must |
| 163 * g_free this string when finished using it. |
163 * g_free this string when finished using it. |
| 164 */ |
164 */ |
| 165 char *xmlnode_to_str(xmlnode *node, int *len); |
165 char *xmlnode_to_str(xmlnode *node, int *len); |
| 166 |
166 |
| 167 /** |
167 /** |