Concept Framework 2.0 documentation Contents | Index

standard.lib.xml.xmlReaderForFile

Name Version Deprecated
xmlReaderForFile version 1.0 no

Prototype:
number xmlReaderForFile(string Filename, string Encoding, number Options)

Parameters:
Filename      a file or URL
Encoding      the document encoding
Options      a combination of xmlParserOption

Description:
Parse an XML file from the filesystem or the network. The parsing flags @options are a combination of xmlParserOption.

Returns:
Returns the new reader or null in case of error.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Fri Jan 21 18:06:23 2011 GMT(c)2011 RadGs Software