Reader/Write of XML file.
More...
#import <Coconut/Coconut.h>
#import <libxml/tree.h>
Go to the source code of this file.
Detailed Description
Reader/Write of XML file.
- Copyright
- Copyright (C) 2012 Steel Wheels Project
Function Documentation
xmlNodePtr CNXMLReadTextFromFile |
( |
FILE * |
file | ) |
|
Read text file as a text node.
- Return values:
-
node | XML text node |
NULL | Failed to read the text file |
- Parameters:
-
xmlNodePtr CNXMLReadTextFromURL |
( |
NSURL * |
url, |
|
|
NSError ** |
error |
|
) |
| |
Read XML file at given URL.
- Return values:
-
doc | XML document |
NULL | Failed to read the XML document |
- Parameters:
-
url | Location of the file |
error | The error information. This is set the returned value is NULL |