Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
xmlNodeGetBase | version 1.0 | no |
string xmlNodeGetBase(number doc, number cur) |
doc | an XML document handle |
node | the XML node |
Searches for the BASE URL. The code should work on both XML and HTML document even if base mechanisms are completely different. It returns the base as defined in RFC 2396 sections 5.1.1. Base URI within Document Content and 5.1.2. Base URI from the Encapsulating Entity However it does not return the document base (5.1.3), use {xmlDocumentGetBase} for this |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Thu Oct 15 20:02:08 2009 GMT | (c)2009 RadGs Software |