Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
htmlCtxtReadFile | version 1.0 | no |
number htmlCtxtReadFile(number ctxt, string filename, string encoding, number options) |
ctxt | an HTML parser context |
filename | a file or URL |
encoding | the document encoding, or an empty string |
options | a combination of htmlParserOption(s) |
Parse an XML file from the filesystem or the network. This reuses the existing ctxt parser context. |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT | (c)2009 RadGs Software |